Class FlowableScriptEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flowable.common.engine.api.FlowableException
org.flowable.common.engine.impl.scripting.FlowableScriptEvaluationException
- All Implemented Interfaces:
Serializable
Thrown by ScriptingEngines in case script evaluation failed.
Provides access to the ScriptTrace
for diagnostic purposes.
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.api.FlowableException
isLogged, reduceLogLevel
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.flowable.common.engine.api.FlowableException
isLogged, isReduceLogLevel, setLogged, setReduceLogLevel
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorTrace
-
-
Constructor Details
-
FlowableScriptEvaluationException
-
-
Method Details
-
createErrorMessage
-
getErrorTrace
-