cookxml.core.exception
Class FunctionHandlerException

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
                      extended by cookxml.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(cookxml.core.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(cookxml.core.DecodeEngine decodeEngine,
                                Throwable cause,
                                Object obj,
                                Object value,
                                Method method)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable