symbolHandling
Class NoScopePresentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by 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

Constructor Summary
NoScopePresentException()
           
NoScopePresentException(java.lang.String arg0)
           
NoScopePresentException(java.lang.String arg0, java.lang.Throwable arg1)
           
NoScopePresentException(java.lang.Throwable arg0)
           
 
Method Summary
 
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
 

Constructor Detail

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)