gov.llnl.babel.symbols
Class SymbolNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.llnl.babel.symbols.SymbolNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class SymbolNotFoundException
extends java.lang.Exception

A SymbolNotFoundException is thrown if a specified symbol identifier cannot be found.

See Also:
Serialized Form

Constructor Summary
SymbolNotFoundException(SymbolID id)
          Create a new exception object for the specified symbol identifier.
 
Method Summary
 SymbolID getSymboID()
          Return the symbol identifier that could not be found in the symbol table.
 
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

SymbolNotFoundException

public SymbolNotFoundException(SymbolID id)
Create a new exception object for the specified symbol identifier.

Method Detail

getSymboID

public SymbolID getSymboID()
Return the symbol identifier that could not be found in the symbol table.