public class ApplicationErrorInfoDuringSet
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ApplicationErrorInfoDuringSet(java.lang.Throwable exception,
java.lang.String valueExpression,
java.lang.Object valueToSet) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getException()
Original exception that was thrown by the application processing.
|
java.lang.String |
getValueExpression()
Original expression which was set.
|
java.lang.Object |
getValueToSet()
Value that was planned to be set.
|
public ApplicationErrorInfoDuringSet(java.lang.Throwable exception,
java.lang.String valueExpression,
java.lang.Object valueToSet)
public java.lang.Throwable getException()
public java.lang.String getValueExpression()
public java.lang.Object getValueToSet()
Copyright © CaptainCasa Gmbh. All Rights Reserved.