org.apache.myfaces.lifecycle
Class ViewNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.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
ViewNotFoundException
public ViewNotFoundException()
ViewNotFoundException
public ViewNotFoundException(String message,
Throwable cause)
ViewNotFoundException
public ViewNotFoundException(String message)
ViewNotFoundException
public ViewNotFoundException(Throwable cause)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.