|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--gov.llnl.babel.symbols.SymbolNotFoundException
A SymbolNotFoundException
is thrown if a specified
symbol identifier cannot be found.
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 |
public SymbolNotFoundException(SymbolID id)
Method Detail |
public SymbolID getSymboID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |