Class ApplicationErrorInfoDuringSet

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

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

    • ApplicationErrorInfoDuringSet

      public ApplicationErrorInfoDuringSet(Throwable exception, String valueExpression, Object valueToSet)
  • Method Details

    • getException

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

      public String getValueExpression()
      Original expression which was set.
    • getValueToSet

      public Object getValueToSet()
      Value that was planned to be set.