|
||||||||||
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 cookxml.core.exception.NoCreatorException
This exception is generated when DecodeEngine couldn't find a creator in the tag library for the given tag.
In 2.0 this class is a child class of CookXmlException. After some considerations, it may be more appropriate to move it under CreatorException.
DecodeEngine
,
Serialized FormField Summary | |
String |
tag
|
Fields inherited from class cookxml.core.exception.CreatorException |
creator, element, parentNS, parentObject, parentTag |
Fields inherited from class cookxml.core.exception.CookXmlException |
cookXml, decodeEngine |
Constructor Summary | |
NoCreatorException(DecodeEngine decodeEngine,
String tag,
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 String tag
Constructor Detail |
public NoCreatorException(DecodeEngine decodeEngine, String tag, String parentNS, String parentTag, Element elm, Object parentObj)
Method Detail |
public String toString()
toString
in class CreatorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |