| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | org.springframework.core.NestedRuntimeException | ||||
| ↳ | org.springframework.scripting.ScriptCompilationException | ||||
Exception to be thrown on script compilation failure.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor for ScriptCompilationException.
| |||||||||||
Constructor for ScriptCompilationException.
| |||||||||||
Constructor for ScriptCompilationException.
| |||||||||||
Constructor for ScriptCompilationException.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the source for the offending script.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor for ScriptCompilationException.
| msg | the detail message |
|---|
Constructor for ScriptCompilationException.
| msg | the detail message |
|---|---|
| cause | the root cause (usually from using an underlying script compiler API) |
Constructor for ScriptCompilationException.
| scriptSource | the source for the offending script |
|---|---|
| cause | the root cause (usually from using an underlying script compiler API) |
Constructor for ScriptCompilationException.
| scriptSource | the source for the offending script |
|---|---|
| msg | the detail message |
| cause | the root cause (usually from using an underlying script compiler API) |
Return the source for the offending script.
null if not available