类 StandardScriptEvalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.scripting.support.StandardScriptEvalException
- 所有已实现的接口:
Serializable
Exception decorating a
ScriptException coming out of
JSR-223 script evaluation, i.e. a ScriptEngine.eval(java.lang.String, javax.script.ScriptContext)
call or Invocable.invokeMethod(java.lang.Object, java.lang.String, java.lang.Object...) /
Invocable.invokeFunction(java.lang.String, java.lang.Object...) call.
This exception does not print the Java stacktrace, since the JSR-223
ScriptException results in a rather convoluted text output.
From that perspective, this exception is primarily a decorator for a
ScriptException root cause passed into an outer exception.
- 从以下版本开始:
- 4.0
- 作者:
- Juergen Hoeller, Sebastien Deleuze
- 另请参阅:
-
构造器概要
构造器构造器说明Construct a new script eval exception with the specified original exception. -
方法概要
从类继承的方法 java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
构造器详细资料
-
StandardScriptEvalException
Construct a new script eval exception with the specified original exception.
-
-
方法详细资料
-
getScriptException
-
fillInStackTrace
- 覆盖:
fillInStackTrace在类中Throwable
-