| Package | Description |
|---|---|
| org.flowable.common.engine.impl.scripting |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultScriptTrace |
| Modifier and Type | Field and Description |
|---|---|
protected ScriptTrace |
FlowableScriptEvaluationException.errorTrace |
| Modifier and Type | Method and Description |
|---|---|
ScriptTrace |
FlowableScriptEvaluationException.getErrorTrace() |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
FlowableScriptEvaluationException.createErrorMessage(ScriptTrace trace) |
protected void |
ScriptingEngines.notifyScriptTraceListener(ScriptTraceListener listener,
ScriptTrace scriptTrace) |
void |
CompositeScriptTraceListener.onScriptTrace(ScriptTrace scriptTrace) |
void |
ScriptTraceListener.onScriptTrace(ScriptTrace scriptTrace)
Called after script invocation.
|
| Constructor and Description |
|---|
FlowableScriptEvaluationException(ScriptTrace errorTrace,
Throwable cause) |
Copyright © 2022 Flowable. All rights reserved.