|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cookxml.core.exception.CookXmlException
cookxml.core.exception.VarLookupException
| 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 |
public final VarLookup varLookup
public final String name
public final Object value
public final boolean isReadAccess
| Constructor Detail |
public VarLookupException(DecodeEngine decodeEngine,
Throwable cause,
VarLookup varLookup,
String name,
Object value,
boolean isReadAccess)
decodeEngine - the decodeEnginename - the variable namevalue - the value to be setisReadAccess - read or write?| Method Detail |
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||