javax.portlet.faces
Class BridgeDefaultViewNotSpecifiedException

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 javax.portlet.faces.BridgeException
                      extended by javax.portlet.faces.BridgeDefaultViewNotSpecifiedException
All Implemented Interfaces:
java.io.Serializable

public class BridgeDefaultViewNotSpecifiedException
extends BridgeException

Thrown when the bridge can't resolve the target view from the request and the portlet hasn't set the PortletRequest attribute javax.portlet.faces.defaultViewId.

See Also:
Serialized Form

Constructor Summary
BridgeDefaultViewNotSpecifiedException()
           
BridgeDefaultViewNotSpecifiedException(java.lang.String message)
           
BridgeDefaultViewNotSpecifiedException(java.lang.String message, java.lang.Throwable cause)
           
BridgeDefaultViewNotSpecifiedException(java.lang.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

BridgeDefaultViewNotSpecifiedException

public BridgeDefaultViewNotSpecifiedException()

BridgeDefaultViewNotSpecifiedException

public BridgeDefaultViewNotSpecifiedException(java.lang.String message)

BridgeDefaultViewNotSpecifiedException

public BridgeDefaultViewNotSpecifiedException(java.lang.String message,
                                              java.lang.Throwable cause)

BridgeDefaultViewNotSpecifiedException

public BridgeDefaultViewNotSpecifiedException(java.lang.Throwable cause)


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.