|
||||||||||
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.SetterException
This exception can be generated only when a setter is called to set an attribute for an object.
Setter
,
Serialized FormField Summary | |
String |
attribute
|
String |
attrNS
|
Object |
object
|
Setter |
setter
|
String |
tag
|
String |
tagNS
|
Object |
value
|
Fields inherited from class cookxml.core.exception.CookXmlException |
cookXml, decodeEngine |
Constructor Summary | |
SetterException(DecodeEngine decodeEngine,
Throwable throwable,
Setter setter,
String tagNS,
String tag,
String attrNS,
String attr,
Object obj,
Object value)
|
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 Setter setter
public final String tagNS
public final String tag
public final String attrNS
public final String attribute
public final Object object
public final Object value
Constructor Detail |
public SetterException(DecodeEngine decodeEngine, Throwable throwable, Setter setter, String tagNS, String tag, String attrNS, String attr, Object obj, Object value)
Method Detail |
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |