Class ApplicationErrorInfo

java.lang.Object
org.eclnt.jsfserver.elements.ApplicationErrorInfo
All Implemented Interfaces:
Serializable

public class ApplicationErrorInfo extends Object implements Serializable
Error information that is passed into the error processing that is associated with MethodBindingDelegator.
See Also:
  • Constructor Details

    • ApplicationErrorInfo

      public ApplicationErrorInfo()
  • Method Details

    • getException

      public Throwable getException()
      Original exception that was thrown by the application processing.
    • getBae

      public BaseActionEvent getBae()
      Original action event that was passed to application processing.
    • getMethodExpression

      public String getMethodExpression()
      Original method expression, with which the application was called.