|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
coins.PassException
coins.backend.SyntaxErrorException
A parse error in LIR.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
SyntaxErrorException(java.io.File pSourceFile,
int pLineNumber,
java.lang.String pMessage)
Creates a parse error with a message, a source file name, and a line number. |
|
SyntaxErrorException(java.io.File pSourceFile,
java.lang.String pMessage)
Creates a parse error with a message and a source file name. |
|
SyntaxErrorException(java.lang.String pMessage)
Creates a parse error with a message. |
|
| 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 SyntaxErrorException(java.io.File pSourceFile,
int pLineNumber,
java.lang.String pMessage)
pSourceFile - The source file which contains this syntax error.pLineNumber - The line number in the source file which contains this syntax error.pMessage - The error message describing this syntax error.
public SyntaxErrorException(java.io.File pSourceFile,
java.lang.String pMessage)
pSourceFile - The source file which contains this syntax error.pMessage - The error message describing this syntax error.public SyntaxErrorException(java.lang.String pMessage)
pMessage - The error message describing this syntax error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||