Serialized Form
-
Package technology.sola.script.error
-
Exception technology.sola.script.error.ScriptInterpretationException
class ScriptInterpretationException extends RuntimeException implements Serializable-
Serialized Fields
-
errorsArgs
Object[] errorsArgs
The additional details about the error. -
errorType
ScriptErrorType errorType
TheScriptErrorType
of the error. -
token
Token token
TheToken
where the error occurred.
-
-
-
-
Package technology.sola.script.parser
-
Exception technology.sola.script.parser.Stmt.Return.Exception
class Exception extends RuntimeException implements Serializable-
Serialized Fields
-
value
@Nullable Object value
The value returned by theStmt.Return
.
-
-
-