Package org.apache.myfaces.lifecycle
Class ViewNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.faces.FacesException
-
- org.apache.myfaces.lifecycle.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ViewNotFoundException()
ViewNotFoundException(String message)
ViewNotFoundException(String message, Throwable cause)
ViewNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class jakarta.faces.FacesException
getCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-