cookxml.core.exception
Class SetterException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSetterException

public class SetterException
extends CookXmlException

This exception can be generated only when a setter is called to set an attribute for an object.

Since:
CookXml 2.0
See Also:
Setter, Serialized Form

Field 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

setter

public final Setter setter

tagNS

public final String tagNS

tag

public final String tag

attrNS

public final String attrNS

attribute

public final String attribute

object

public final Object object

value

public final Object value
Constructor Detail

SetterException

public SetterException(DecodeEngine decodeEngine,
                       Throwable throwable,
                       Setter setter,
                       String tagNS,
                       String tag,
                       String attrNS,
                       String attr,
                       Object obj,
                       Object value)
Method Detail

toString

public String toString()