javax.portlet.faces
Class BridgeDefaultViewNotSpecifiedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
javax.portlet.faces.BridgeException
javax.portlet.faces.BridgeDefaultViewNotSpecifiedException
- All Implemented Interfaces:
- 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 portlet request
attribute GenericFacesPortlet.DEFAULT_VIEWID.
- Author:
- Michael Freedman, Neil Griffin
- See Also:
- Serialized Form
| Methods inherited from class javax.faces.FacesException |
getCause |
BridgeDefaultViewNotSpecifiedException
public BridgeDefaultViewNotSpecifiedException()
BridgeDefaultViewNotSpecifiedException
public BridgeDefaultViewNotSpecifiedException(String message)
BridgeDefaultViewNotSpecifiedException
public BridgeDefaultViewNotSpecifiedException(Exception e)
BridgeDefaultViewNotSpecifiedException
public BridgeDefaultViewNotSpecifiedException(Throwable cause)
BridgeDefaultViewNotSpecifiedException
public BridgeDefaultViewNotSpecifiedException(String message,
Throwable cause)
Copyright © 2017 Liferay, Inc. All Rights Reserved.