public class NoCreatorException extends CreatorException
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 Form| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
tag |
creator, element, parentNS, parentObject, parentTagcookXml, decodeEngine| Constructor and Description |
|---|
NoCreatorException(cookxml.core.DecodeEngine decodeEngine,
java.lang.String tag,
java.lang.String parentNS,
java.lang.String parentTag,
org.w3c.dom.Element elm,
java.lang.Object parentObj) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
getProperty, setPropertypublic NoCreatorException(cookxml.core.DecodeEngine decodeEngine,
java.lang.String tag,
java.lang.String parentNS,
java.lang.String parentTag,
org.w3c.dom.Element elm,
java.lang.Object parentObj)
public java.lang.String toString()
toString in class CreatorException