cookxml.core.exception
Class VariableHandlerException

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.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(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(DecodeEngine decodeEngine,
                                Throwable cause,
                                Object obj,
                                Object value,
                                Field field)
Method Detail

toString

public String toString()