Class ViewNotFoundException

All Implemented Interfaces:
Serializable

public class ViewNotFoundException extends FacesException
This exception is thrown when a view is not present before start one of the following phases: APPLY_REQUEST_VALUES, PROCESS_VALIDATIONS, INVOKE_APPLICATION, UPDATE_MODEL_VALUES, RENDER_RESPONSE.
Since:
2.0.8
Author:
Leonardo Uribe
See Also:
  • Constructor Details

    • ViewNotFoundException

      public ViewNotFoundException()
    • ViewNotFoundException

      public ViewNotFoundException(String message, Throwable cause)
    • ViewNotFoundException

      public ViewNotFoundException(String message)
    • ViewNotFoundException

      public ViewNotFoundException(Throwable cause)