|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.llnl.babel.symbols.SymbolRedefinitionException
public class SymbolRedefinitionException
A SymbolRedefinitionException is thrown if a symbol is
redefined improperly or if two symbols exist in the symbol table with
the different versions.
| Constructor Summary | |
|---|---|
SymbolRedefinitionException(SymbolID new_id,
SymbolID old_id)
Create a new exception object for the specified symbol identifiers. |
|
| Method Summary | |
|---|---|
SymbolID |
getNewSymbolID()
Return the symbol identifier for the new symbol. |
SymbolID |
getOldSymboID()
Return the symbol identifier for the old symbol. |
| 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 SymbolRedefinitionException(SymbolID new_id,
SymbolID old_id)
| Method Detail |
|---|
public SymbolID getOldSymboID()
public SymbolID getNewSymbolID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||