Uses of Class
com.scriptbasic.exceptions.GeneralAnalysisException
-
Packages that use GeneralAnalysisException Package Description com.scriptbasic.exceptions com.scriptbasic.interfaces -
-
Uses of GeneralAnalysisException in com.scriptbasic.exceptions
Subclasses of GeneralAnalysisException in com.scriptbasic.exceptions Modifier and Type Class Description classBasicLexicalExceptionclassCommandCanNotBeCreatedExceptionclassKeywordNotImplementedExceptionclassLexicalExceptionException to throw when there is some error during the lexical analysis related to the analysis itself and not the reading of the source.classSyntaxExceptionException to throw when there is some error during the syntax analysis related to the analysis itself and not the reading of the source.classUnterminatedStringException -
Uses of GeneralAnalysisException in com.scriptbasic.interfaces
Subclasses of GeneralAnalysisException in com.scriptbasic.interfaces Modifier and Type Class Description classBasicSyntaxException
-