Package technology.sola.script.error


package technology.sola.script.error
This package provides error support for sola-script.
  • Class
    Description
    ErrorContainer contains a list of ScriptErrors 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 the ScriptErrorType cause and the Token it was found at.