Interface IErrorAware


public interface IErrorAware
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called in case of an error when a method expression is executed during the INVOKE-phase of the JSF processing.
    void
    This method is called in case of an error when a set-value-expression is executed during the SET-phase of the JSF processing.
  • Method Details

    • onApplicationError

      void onApplicationError(ApplicationErrorInfo aei)
      This method is called in case of an error when a method expression is executed during the INVOKE-phase of the JSF processing.

      In case this method throws an error/ runtime exception itself then this error is delegated correspondingly.
    • onApplicationErrorDuringSet

      void onApplicationErrorDuringSet(ApplicationErrorInfoDuringSet aeids)
      This method is called in case of an error when a set-value-expression is executed during the SET-phase of the JSF processing.

      In case this method throws an error/ runtime exception itself then this error is delegated correspondingly.