CS 536 Fall 2007, Project 5

Class DuplicateSymbolException

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

public class DuplicateSymbolException
extends Exception

An Exception that indicates that an attempt was made to insert a duplicate definition into a SymbolTable.

See Also:
SymbolTable, Serialized Form

Constructor Summary
DuplicateSymbolException()
           
 
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

DuplicateSymbolException

public DuplicateSymbolException()

CS 536 Fall 2007, Project 5