open class ScriptCompilationException : NestedRuntimeException
Exception to be thrown on script compilation failure.
Author
Juergen Hoeller
Since
2.0
ScriptCompilationException(msg: String)ScriptCompilationException(msg: String, cause: Throwable)ScriptCompilationException(scriptSource: ScriptSource, msg: String)ScriptCompilationException(scriptSource: ScriptSource, cause: Throwable)ScriptCompilationException(scriptSource: ScriptSource, msg: String, cause: Throwable)
Constructor for ScriptCompilationException. |
open fun getScriptSource(): ScriptSource
Return the source for the offending script. |