gov.llnl.babel.symbols
Class SymbolNotFoundException
Exception
gov.llnl.babel.symbols.SymbolNotFoundException
public class SymbolNotFoundException
extends Exception
A SymbolNotFoundException
is thrown if a specified
symbol identifier cannot be found.
SymbolID | getSymboID() - Return the symbol identifier that could not be found in the symbol
table.
|
SymbolNotFoundException
public SymbolNotFoundException(SymbolID id)
Create a new exception object for the specified symbol identifier.
getSymboID
public SymbolID getSymboID()
Return the symbol identifier that could not be found in the symbol
table.