|
||||||||||
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.CreatorException
This exception can be generated only when a Creator is called to create an object for a given tag.
Creator
,
Serialized FormField Summary | |
Creator |
creator
|
Element |
element
|
String |
parentNS
|
Object |
parentObject
|
String |
parentTag
|
Fields inherited from class cookxml.core.exception.CookXmlException |
cookXml, decodeEngine |
Constructor Summary | |
CreatorException(DecodeEngine decodeEngine,
Throwable throwable,
Creator creator,
String parentNS,
String parentTag,
Element elm,
Object parentObj)
|
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 Creator creator
public final String parentNS
public final String parentTag
public final Element element
public final Object parentObject
Constructor Detail |
public CreatorException(DecodeEngine decodeEngine, Throwable throwable, Creator creator, String parentNS, String parentTag, Element elm, Object parentObj)
Method Detail |
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |