|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException cookxml.core.exception.CookXmlException cookxml.core.exception.ConverterException
This exception can be generated only when a converter is called to convert a string to a target object type.
Converter
,
Serialized FormField Summary | |
Converter |
converter
|
String |
value
|
Fields inherited from class cookxml.core.exception.CookXmlException |
cookXml, decodeEngine |
Constructor Summary | |
ConverterException(DecodeEngine decodeEngine,
Throwable cause,
Converter converter,
String value)
|
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 |
public final Converter converter
public final String value
Constructor Detail |
public ConverterException(DecodeEngine decodeEngine, Throwable cause, Converter converter, String value)
Method Detail |
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |