cookxml.core.exception
Class VarLookupException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycookxml.core.exception.CookXmlException
                  extended bycookxml.core.exception.VarLookupException
All Implemented Interfaces:
Serializable

public class VarLookupException
extends CookXmlException

Since:
CookXml 2.0
See Also:
Serialized Form

Field Summary
 boolean isReadAccess
           
 String name
           
 Object value
           
 VarLookup varLookup
           
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
VarLookupException(DecodeEngine decodeEngine, Throwable cause, VarLookup varLookup, String name, Object value, boolean isReadAccess)
           
 
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

varLookup

public final VarLookup varLookup

name

public final String name

value

public final Object value

isReadAccess

public final boolean isReadAccess
Constructor Detail

VarLookupException

public VarLookupException(DecodeEngine decodeEngine,
                          Throwable cause,
                          VarLookup varLookup,
                          String name,
                          Object value,
                          boolean isReadAccess)
Parameters:
decodeEngine - the decodeEngine
name - the variable name
value - the value to be set
isReadAccess - read or write?
Method Detail

toString

public String toString()