ScriptEvaluationException

An exception thrown when an error is encountered during the script evaluation process.

Parameters

msg

the detail message

cause

the cause (A null value is permitted, and indicates that the cause is nonexistent or unknown.)

Constructors

Link copied to clipboard
constructor(msg: String, cause: Throwable? = null)