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