public class BasicLexicalException extends LexicalException
| Constructor and Description |
|---|
BasicLexicalException() |
BasicLexicalException(String arg0) |
BasicLexicalException(String arg0,
Throwable arg1) |
BasicLexicalException(Throwable arg0) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName() |
int |
getLineNumber() |
int |
getPosition() |
void |
setPosition(Reader reader) |
setFileName, setLineNumber, setLocation, setPositionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BasicLexicalException()
public BasicLexicalException(String arg0)
public BasicLexicalException(Throwable arg0)
public void setPosition(Reader reader)
public String getFileName()
getFileName in class LexicalExceptionpublic int getLineNumber()
getLineNumber in class LexicalExceptionpublic int getPosition()
getPosition in class LexicalExceptionCopyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.