|
||||||||||
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.AdderException
This exception can be generated only when an object is added to its parent.
Adder
,
Serialized FormField Summary | |
Adder |
adder
|
Object |
child
|
Object |
parent
|
String |
parentNS
|
String |
parentTag
|
Fields inherited from class cookxml.core.exception.CookXmlException |
cookXml, decodeEngine |
Constructor Summary | |
AdderException(DecodeEngine decodeEngine,
Throwable throwable,
Adder adder,
String parentNS,
String parentTag,
Object parent,
Object child)
|
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 Adder adder
public final String parentNS
public final String parentTag
public final Object parent
public final Object child
Constructor Detail |
public AdderException(DecodeEngine decodeEngine, Throwable throwable, Adder adder, String parentNS, String parentTag, Object parent, Object child)
Method Detail |
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |