|
|||||||||
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.parsers.sidl.SIDLException
gov.llnl.babel.parsers.sidl.SymbolException
public class SymbolException
A SymbolException
is thrown if the specified symbol cannot
be found or if there is a symbol name conflict (e.g., a redefinition of
a symbol or a misuse).
Constructor Summary | |
---|---|
SymbolException(Token token,
int production,
java.lang.String message)
Create a new exception object using the specified token, production, and message. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Generate an error message corresponding to this exception. |
Methods inherited from class gov.llnl.babel.parsers.sidl.SIDLException |
---|
getColumnNumber, getLineNumber, getProductionNumber |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 SymbolException(Token token, int production, java.lang.String message)
Method Detail |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |