symbolHandling
Class NoScopePresentException
java.lang.Object
java.lang.Throwable
java.lang.Error
symbolHandling.NoScopePresentException
- All Implemented Interfaces:
- java.io.Serializable
public class NoScopePresentException
- extends java.lang.Error
This exception is used by the symbol table whenever an
operation would require the presence of a scope without
there being one.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoScopePresentException
public NoScopePresentException()
NoScopePresentException
public NoScopePresentException(java.lang.String arg0)
NoScopePresentException
public NoScopePresentException(java.lang.Throwable arg0)
NoScopePresentException
public NoScopePresentException(java.lang.String arg0,
java.lang.Throwable arg1)