public class FlowableScriptEvaluationException extends FlowableException
Provides access to the ScriptTrace for diagnostic purposes.
| Modifier and Type | Field and Description |
|---|---|
protected ScriptTrace |
errorTrace |
isLogged, reduceLogLevel| Constructor and Description |
|---|
FlowableScriptEvaluationException(ScriptTrace errorTrace,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
createErrorMessage(ScriptTrace trace) |
ScriptTrace |
getErrorTrace() |
isLogged, isReduceLogLevel, setLogged, setReduceLogLeveladdSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ScriptTrace errorTrace
public FlowableScriptEvaluationException(ScriptTrace errorTrace, Throwable cause)
protected static String createErrorMessage(ScriptTrace trace)
public ScriptTrace getErrorTrace()
Copyright © 2022 Flowable. All rights reserved.