CS 536 Fall 2007, Project 5

Class EmptySymbolTableException

Object
  extended by Throwable
      extended by Exception
          extended by EmptySymbolTableException
All Implemented Interfaces:
Serializable

public class EmptySymbolTableException
extends Exception

An Exception that indicates that an illegal operation was performed on an empty SymbolTable (one with no blocks).

See Also:
SymbolTable, Serialized Form

Constructor Summary
EmptySymbolTableException()
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptySymbolTableException

public EmptySymbolTableException()

CS 536 Fall 2007, Project 5