ScriptCompilationException(msg: String)
Constructor for ScriptCompilationException.
ScriptCompilationException(msg: String, cause: Throwable)
Constructor for ScriptCompilationException.
cause - the root cause (usually from using an underlying script compiler API)
ScriptCompilationException(scriptSource: ScriptSource, msg: String)
Constructor for ScriptCompilationException.
scriptSource - the source for the offending script
Since
4.2
ScriptCompilationException(scriptSource: ScriptSource, cause: Throwable)
Constructor for ScriptCompilationException.
scriptSource - the source for the offending script
cause - the root cause (usually from using an underlying script compiler API)
ScriptCompilationException(scriptSource: ScriptSource, msg: String, cause: Throwable)
Constructor for ScriptCompilationException.
scriptSource - the source for the offending script
cause - the root cause (usually from using an underlying script compiler API)