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:
java.io.Serializable
- Direct Known Subclasses:
BasicSyntaxException,CommandCanNotBeCreatedException,KeywordNotImplementedException
public abstract class SyntaxException extends GeneralAnalysisException
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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SyntaxException()SyntaxException(java.lang.String arg0)SyntaxException(java.lang.String arg0, java.lang.Throwable arg1)SyntaxException(java.lang.Throwable arg0) -
Method Summary
Methods inherited from class com.scriptbasic.exceptions.GeneralAnalysisException
getFileName, getLineNumber, getPosition, setFileName, setLineNumber, setLocation, setPosition
-
Constructor Details
-
SyntaxException
public SyntaxException() -
SyntaxException
public SyntaxException(java.lang.String arg0, java.lang.Throwable arg1) -
SyntaxException
public SyntaxException(java.lang.String arg0) -
SyntaxException
public SyntaxException(java.lang.Throwable arg0)
-