Package com.scriptbasic.exceptions
Class BasicLexicalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scriptbasic.interfaces.AnalysisException
com.scriptbasic.exceptions.GeneralAnalysisException
com.scriptbasic.exceptions.LexicalException
com.scriptbasic.exceptions.BasicLexicalException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnterminatedStringException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBasicLexicalException(String arg0) BasicLexicalException(String arg0, Throwable arg1) -
Method Summary
Methods inherited from class com.scriptbasic.exceptions.GeneralAnalysisException
setFileName, setLineNumber, setLocation, setPositionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BasicLexicalException
public BasicLexicalException() -
BasicLexicalException
-
BasicLexicalException
-
BasicLexicalException
-
-
Method Details
-
getFileName
- Specified by:
getFileNamein classLexicalException
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumberin classLexicalException
-
getPosition
public int getPosition()- Specified by:
getPositionin classLexicalException
-
setPosition
-