spring-framework / org.springframework.scripting / ScriptCompilationException / <init>

<init>

ScriptCompilationException(msg: String)

Constructor for ScriptCompilationException.

Parameters

msg - the detail message

ScriptCompilationException(msg: String, cause: Throwable)

Constructor for ScriptCompilationException.

Parameters

msg - the detail message

cause - the root cause (usually from using an underlying script compiler API)

ScriptCompilationException(scriptSource: ScriptSource, msg: String)

Constructor for ScriptCompilationException.

Parameters

scriptSource - the source for the offending script

msg - the detail message

Since
4.2

ScriptCompilationException(scriptSource: ScriptSource, cause: Throwable)

Constructor for ScriptCompilationException.

Parameters

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.

Parameters

scriptSource - the source for the offending script

msg - the detail message

cause - the root cause (usually from using an underlying script compiler API)