cookxml.common.exception
Class InvalidClassTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycookxml.core.exception.CookXmlException
                  extended bycookxml.common.exception.InvalidClassTypeException
All Implemented Interfaces:
Serializable

public class InvalidClassTypeException
extends CookXmlException

Since:
CookXml 2.0
See Also:
Serialized Form

Field Summary
 String type
           
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
InvalidClassTypeException(String type)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class cookxml.core.exception.CookXmlException
getProperty, setProperty
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public final String type
Constructor Detail

InvalidClassTypeException

public InvalidClassTypeException(String type)
Method Detail

toString

public String toString()