org.apache.myfaces.lifecycle
Class ViewNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by 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
ViewNotFoundException()
           
ViewNotFoundException(String message)
           
ViewNotFoundException(String message, Throwable cause)
           
ViewNotFoundException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.