public class ErrorResult extends ErrorResultElement
Modifier and Type | Field and Description |
---|---|
java.lang.Throwable |
exception
The actual exception that was thrown from a trigger or action in a running
flow chart.
|
clazz, message, stackTrace, throwingAction
Constructor and Description |
---|
ErrorResult() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones an ErrorResult object.
|
public java.lang.Throwable exception
FileActionException
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class ErrorResultElement
java.lang.CloneNotSupportedException
- If the exception object thrown from the
trigger or action is not serializable.© 2000-2025 Flux Corporation. All rights reserved.