|
|||||||||
| 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.AccessException
public class AccessException
This exception is thrown whenever user specified to access a non-public variable but SecurityException is thrown, typically when running CookXml inside a sandbox or a SecurityManager. Full permission is required in these cases.
| Field Summary | |
|---|---|
String |
variable
|
| Fields inherited from class cookxml.core.exception.CookXmlException |
|---|
cookXml, decodeEngine |
| Constructor Summary | |
|---|---|
AccessException(cookxml.core.DecodeEngine decodeEngine,
SecurityException se,
String variable)
|
|
| 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 String variable
| Constructor Detail |
|---|
public AccessException(cookxml.core.DecodeEngine decodeEngine,
SecurityException se,
String variable)
| Method Detail |
|---|
public String toString()
toString in class Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||