cookxml.core.exception
Class AccessException

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

public class AccessException
extends CookXmlException

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.

See Also:
Serialized Form

Field Summary
 String variable
           
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
AccessException(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

variable

public final String variable
Constructor Detail

AccessException

public AccessException(DecodeEngine decodeEngine,
                       SecurityException se,
                       String variable)
Method Detail

toString

public String toString()