cookxml.core.exception
Class FuncAdderException

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.FuncAdderException
All Implemented Interfaces:
Serializable

public class FuncAdderException
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
 String function
           
 
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
FuncAdderException(DecodeEngine decodeEngine, Throwable cause, String function, 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

function

public final String function
Constructor Detail

FuncAdderException

public FuncAdderException(DecodeEngine decodeEngine,
                          Throwable cause,
                          String function,
                          String parentNS,
                          String parentTag,
                          Object parent,
                          Object child)
Method Detail

toString

public String toString()
Overrides:
toString in class AdderException