cookxml.core.exception
Class AdderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycookxml.core.exception.CookXmlException
                  extended bycookxml.core.exception.AdderException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FuncAdderException, NoAdderException

public class AdderException
extends CookXmlException

This exception can be generated only when an object is added to its parent.

Since:
CookXml 2.0
See Also:
Adder, Serialized Form

Field Summary
 Adder adder
           
 Object child
           
 Object parent
           
 String parentNS
           
 String parentTag
           
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
AdderException(DecodeEngine decodeEngine, Throwable throwable, Adder adder, String parentNS, String parentTag, Object parent, Object child)
           
 
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

adder

public final Adder adder

parentNS

public final String parentNS

parentTag

public final String parentTag

parent

public final Object parent

child

public final Object child
Constructor Detail

AdderException

public AdderException(DecodeEngine decodeEngine,
                      Throwable throwable,
                      Adder adder,
                      String parentNS,
                      String parentTag,
                      Object parent,
                      Object child)
Method Detail

toString

public String toString()