cookxml.core.exception
Class FunctionHandlerException

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

public class FunctionHandlerException
extends HandlerException

Generated by FunctionHandler.

Since:
CookXml 2.0
See Also:
FunctionHandler, Serialized Form

Field Summary
 Method method
           
 
Fields inherited from class cookxml.core.exception.HandlerException
object, value
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
FunctionHandlerException(DecodeEngine decodeEngine, Throwable cause, Object obj, Object value, Method method)
           
 
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

method

public final Method method
Constructor Detail

FunctionHandlerException

public FunctionHandlerException(DecodeEngine decodeEngine,
                                Throwable cause,
                                Object obj,
                                Object value,
                                Method method)
Method Detail

toString

public String toString()