Package com.scriptbasic.exceptions
Class SyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.scriptbasic.interfaces.AnalysisException
com.scriptbasic.exceptions.GeneralAnalysisException
com.scriptbasic.exceptions.SyntaxException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BasicSyntaxException,CommandCanNotBeCreatedException,KeywordNotImplementedException
Exception to throw when there is some error during the syntax analysis
related to the analysis itself and not the reading of the source.
- Author:
- Peter Verhas
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSyntaxException(String arg0) SyntaxException(String arg0, Throwable arg1) SyntaxException(Throwable arg0) -
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, toString
-
Constructor Details
-
SyntaxException
public SyntaxException() -
SyntaxException
-
SyntaxException
-
SyntaxException
-