public class VarLookupException extends CookXmlException
| Modifier and Type | Field and Description |
|---|---|
boolean |
isReadAccess |
java.lang.String |
name |
java.lang.Object |
value |
VarLookup |
varLookup |
cookXml, decodeEngine| Constructor and Description |
|---|
VarLookupException(cookxml.core.DecodeEngine decodeEngine,
java.lang.Throwable cause,
VarLookup varLookup,
java.lang.String name,
java.lang.Object value,
boolean isReadAccess) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
getProperty, setPropertypublic final VarLookup varLookup
public final java.lang.String name
public final java.lang.Object value
public final boolean isReadAccess
public VarLookupException(cookxml.core.DecodeEngine decodeEngine,
java.lang.Throwable cause,
VarLookup varLookup,
java.lang.String name,
java.lang.Object value,
boolean isReadAccess)
decodeEngine - the decodeEnginename - the variable namevalue - the value to be setisReadAccess - read or write?