public class IllegalScriptArgumentException extends ScriptRuntimeException
| Constructor and Description |
|---|
IllegalScriptArgumentException(ScriptWrapper<?> script)
Constructor.
|
IllegalScriptArgumentException(ScriptWrapper<?> script,
java.lang.String s)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptWrapper<?> |
getScriptWrapper()
Return the ScriptWrapper from which the exception originates.
|
getFile, getInternalException, getLineNumber, getStackTrace, getStackTrace, isCompilationException, isDebugging, setFilepublic IllegalScriptArgumentException(ScriptWrapper<?> script)
script - the script wrapperpublic IllegalScriptArgumentException(ScriptWrapper<?> script, java.lang.String s)
script - the script wrappers - the messagepublic ScriptWrapper<?> getScriptWrapper()
ScriptRuntimeExceptiongetScriptWrapper in class ScriptRuntimeExceptionCopyright © 2019-2025 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence