|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflux.ErrorResultElement
public class ErrorResultElement
Contains error information when an exception is thrown from a trigger or action in a running flow chart.
| Field Summary | |
|---|---|
java.lang.String |
clazz
The class name of the exception. |
java.lang.String |
message
The exception's message as returned by java.lang.Exception.getMessage(). |
java.lang.String |
stackTrace
The exception's stack trace, as returned by java.lang.Exception.printStackTrace(). |
java.lang.String |
throwingAction
The name of the trigger or action that threw the exception. |
| Constructor Summary | |
|---|---|
ErrorResultElement()
|
|
| 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.String clazz
public java.lang.String message
public java.lang.String stackTrace
public java.lang.String throwingAction
| Constructor Detail |
|---|
public ErrorResultElement()
| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException - Should never be thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||