cookxml.core.exception
Class HandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cookxml.core.exception.CookXmlException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
object
public final Object object
value
public final Object value
HandlerException
public HandlerException(DecodeEngine decodeEngine,
Throwable cause,
Object obj,
Object value)