cookxml.core.exception
Class HandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cookxml.core.exception.CookXmlException
                  extended by cookxml.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(cookxml.core.DecodeEngine decodeEngine, Throwable cause, Object obj, Object value)
           
 
Method Summary
 
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(cookxml.core.DecodeEngine decodeEngine,
                        Throwable cause,
                        Object obj,
                        Object value)