|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectflux.ErrorResultElement
flux.ErrorResult
public class ErrorResult
Contains error information, including the exception object, when an exception is thrown from a trigger or action in a running flow chart.
Field Summary | |
---|---|
java.lang.Throwable |
exception
The actual exception that was thrown from a trigger or action in a running flow chart. |
Fields inherited from class flux.ErrorResultElement |
---|
clazz, message, stackTrace, throwingAction |
Constructor Summary | |
---|---|
ErrorResult()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones an ErrorResult object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.Throwable exception
FileActionException
Constructor Detail |
---|
public ErrorResult()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |