|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cookxml.core.exception.CookXmlException
cookxml.core.exception.SetterException
cookxml.core.exception.NoSetterException
public class NoSetterException
This exception is generated when DecodeEngine couldn't find a setter in the tag library for the given tag and attribute. In most CookXml setup though, this exception should never be generated.
DecodeEngine,
Serialized Form| Field Summary |
|---|
| Fields inherited from class cookxml.core.exception.SetterException |
|---|
attribute, attrNS, object, setter, tag, tagNS, value |
| Fields inherited from class cookxml.core.exception.CookXmlException |
|---|
cookXml, decodeEngine |
| Constructor Summary | |
|---|---|
NoSetterException(cookxml.core.DecodeEngine decodeEngine,
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 |
| Constructor Detail |
|---|
public NoSetterException(cookxml.core.DecodeEngine decodeEngine,
String tagNS,
String tag,
String attrNS,
String attr,
Object obj,
Object value)
| Method Detail |
|---|
public String toString()
toString in class SetterException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||