Package com.scriptbasic.interfaces
Class BasicSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scriptbasic.interfaces.AnalysisException
com.scriptbasic.exceptions.GeneralAnalysisException
com.scriptbasic.exceptions.SyntaxException
com.scriptbasic.interfaces.BasicSyntaxException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBasicSyntaxException(String s, LexicalElement le, Throwable e) BasicSyntaxException(String arg0, Throwable arg1) -
Method Summary
Methods inherited from class com.scriptbasic.exceptions.GeneralAnalysisException
getFileName, getLineNumber, getPosition, setFileName, setLineNumber, setLocation, setPositionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace