cookxml.core.exception
Class NoSetterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycookxml.core.exception.CookXmlException
                  extended bycookxml.core.exception.SetterException
                      extended bycookxml.core.exception.NoSetterException
All Implemented Interfaces:
Serializable

public class NoSetterException
extends SetterException

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.

Since:
CookXml 2.0
See Also:
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(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

NoSetterException

public NoSetterException(DecodeEngine decodeEngine,
                         String tagNS,
                         String tag,
                         String attrNS,
                         String attr,
                         Object obj,
                         Object value)
Method Detail

toString

public String toString()
Overrides:
toString in class SetterException