cookxml.core.exception
Class InvalidInputException

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

public class InvalidInputException
extends CookXmlException

Called by CookXml's xmlDecode if an input is an unknown type.

Since:
CookXml 2.0
See Also:
CookXml.xmlDecode(Object, String, String, Object), Serialized Form

Field Summary
 Object input
           
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
InvalidInputException(Object input)
           
 
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

input

public final Object input
Constructor Detail

InvalidInputException

public InvalidInputException(Object input)
Method Detail

toString

public String toString()