Uses of Package
com.scriptbasic.exceptions
-
Packages that use com.scriptbasic.exceptions Package Description com.scriptbasic.exceptions com.scriptbasic.interfaces com.scriptbasic.lexer.elements com.scriptbasic.utility -
Classes in com.scriptbasic.exceptions used by com.scriptbasic.exceptions Class Description BasicLexicalException GeneralAnalysisException LexicalException Exception to throw when there is some error during the lexical analysis related to the analysis itself and not the reading of the source.SyntaxException Exception to throw when there is some error during the syntax analysis related to the analysis itself and not the reading of the source. -
Classes in com.scriptbasic.exceptions used by com.scriptbasic.interfaces Class Description GeneralAnalysisException SyntaxException Exception to throw when there is some error during the syntax analysis related to the analysis itself and not the reading of the source. -
Classes in com.scriptbasic.exceptions used by com.scriptbasic.lexer.elements Class Description LexicalException Exception to throw when there is some error during the lexical analysis related to the analysis itself and not the reading of the source. -
Classes in com.scriptbasic.exceptions used by com.scriptbasic.utility Class Description SyntaxException Exception to throw when there is some error during the syntax analysis related to the analysis itself and not the reading of the source.