cookxml.core.exception
Class NoAdderException

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
                      extended bycookxml.core.exception.NoAdderException
All Implemented Interfaces:
Serializable

public class NoAdderException
extends AdderException

This exception is generated when DecodeEngine couldn't find an Adder in the tag library for the given parent and child. 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.AdderException
adder, child, parent, parentNS, parentTag
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
NoAdderException(DecodeEngine decodeEngine, 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
 

Constructor Detail

NoAdderException

public NoAdderException(DecodeEngine decodeEngine,
                        String parentNS,
                        String parentTag,
                        Object parent,
                        Object child)
Method Detail

toString

public String toString()
Overrides:
toString in class AdderException