예제 #1
0
  /** Return the {@link ExceptionHandler} for this request. */
  public ExceptionHandler getExceptionHandler() {

    if (defaultFacesContext != null) {
      return defaultFacesContext.getExceptionHandler();
    }

    throw new UnsupportedOperationException();
  }