Module technology.sola.script
Package technology.sola.script.error
package technology.sola.script.error
This package provides error support for sola-script.
-
ClassDescriptionErrorContainer contains a list of
ScriptError
s found for a particular script.ScriptError holds information about what kind of error happened, where it happened, and a longer description for a user to resolve it.ScriptErrorStage holds the various stages where errors can occur while parsing and executing a sola script.ScriptErrorType contains various expected errors that may occur while parsing and executing a sola script.ScriptErrorException is a runtime exception that is thrown while trying to interpret a sola script containing information about theScriptErrorType
cause and theToken
it was found at.