public class ApplicationErrorInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ApplicationErrorInfo() |
| Modifier and Type | Method and Description |
|---|---|
BaseActionEvent |
getBae()
Original action event that was passed to application processing.
|
java.lang.Throwable |
getException()
Original exception that was thrown by the application processing.
|
java.lang.String |
getMethodExpression()
Original method expression, with which the application was called.
|
public java.lang.Throwable getException()
public BaseActionEvent getBae()
public java.lang.String getMethodExpression()
Copyright © CaptainCasa Gmbh. All Rights Reserved.