cookxml.core.exception
Class VariableHandlerException

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.VariableHandlerException
All Implemented Interfaces:
Serializable

public class VariableHandlerException
extends HandlerException

Generated by VariableHandler.

Since:
CookXml 2.0
See Also:
VariableHandler, Serialized Form

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

field

public final Field field
Constructor Detail

VariableHandlerException

public VariableHandlerException(cookxml.core.DecodeEngine decodeEngine,
                                Throwable cause,
                                Object obj,
                                Object value,
                                Field field)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable