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.
|
getInternalException, getLineNumber, getStackTrace, getStackTrace, isCompilationException, isDebugging
public IllegalScriptArgumentException(ScriptWrapper<?> script)
script
- the script wrapperpublic IllegalScriptArgumentException(ScriptWrapper<?> script, java.lang.String s)
script
- the script wrappers
- the messagepublic ScriptWrapper<?> getScriptWrapper()
ScriptRuntimeException
getScriptWrapper
in class ScriptRuntimeException
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence