cetus.hir
Class DuplicateSymbolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cetus.hir.DuplicateSymbolException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateSymbolException
extends java.lang.RuntimeException

Thrown when a symbol is about to be entered into a symbol table and there is already a symbol of the same name in that same table.

See Also:
Serialized Form

Constructor Summary
DuplicateSymbolException(java.lang.String message)
          Creates the exception.
 
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

DuplicateSymbolException

public DuplicateSymbolException(java.lang.String message)
Creates the exception.

Parameters:
message - The message should indicate the name of the offending symbol.