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