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, setPosition
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LexicalException()
public LexicalException(String arg0)
public LexicalException(Throwable arg0)
public abstract String getFileName()
getFileName
in class GeneralAnalysisException
public abstract int getLineNumber()
getLineNumber
in class GeneralAnalysisException
public abstract int getPosition()
getPosition
in class GeneralAnalysisException
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.