cookxml.core.exception
Class HandlerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycookxml.core.exception.CookXmlException
                  extended bycookxml.core.exception.HandlerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FunctionHandlerException, VariableHandlerException

public abstract class HandlerException
extends CookXmlException

This exception is generated by Variablehandler or FunctionHandler.

Since:
CookXml 2.0
See Also:
Handler, VariableHandler, FunctionHandler, Serialized Form

Field Summary
 Object object
           
 Object value
           
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
HandlerException(DecodeEngine decodeEngine, Throwable cause, Object obj, Object value)
           
 
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, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

object

public final Object object

value

public final Object value
Constructor Detail

HandlerException

public HandlerException(DecodeEngine decodeEngine,
                        Throwable cause,
                        Object obj,
                        Object value)