public class ErrorResultElement
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ErrorResultElement() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones an ErrorResult object.
|
public java.lang.String clazz
public java.lang.String message
public java.lang.String stackTrace
public java.lang.String throwingAction
© 2000-2025 Flux Corporation. All rights reserved.