|
||||||||||
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 cookxml.core.exception.FuncAdderException
This exception is generated when DecodeEngine couldn't find an Adder in the tag library for the given parent and child. In most CookXml setup though, this exception should never be generated.
DecodeEngine
,
Serialized FormField Summary | |
String |
function
|
Fields inherited from class cookxml.core.exception.AdderException |
adder, child, parent, parentNS, parentTag |
Fields inherited from class cookxml.core.exception.CookXmlException |
cookXml, decodeEngine |
Constructor Summary | |
FuncAdderException(DecodeEngine decodeEngine,
Throwable cause,
String function,
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 String function
Constructor Detail |
public FuncAdderException(DecodeEngine decodeEngine, Throwable cause, String function, String parentNS, String parentTag, Object parent, Object child)
Method Detail |
public String toString()
toString
in class AdderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |