public class WindowStateException extends PortletException
WindowStateException is thrown when a portlet
tries to use a window state that is not supported by the current
runtime environment or the portlet.| Modifier and Type | Field and Description |
|---|---|
private WindowState |
_state |
| Constructor and Description |
|---|
WindowStateException(java.lang.String text,
java.lang.Throwable cause,
WindowState state)
Constructs a new portlet state exception when the portlet needs to do
the following:
|
WindowStateException(java.lang.String text,
WindowState state)
Constructs a new portlet state exception with the given text.
|
WindowStateException(java.lang.Throwable cause,
WindowState state)
Constructs a new portlet state exception when the portlet needs to throw an
exception.
|
| Modifier and Type | Method and Description |
|---|---|
WindowState |
getState()
Returns the portlet state causing this exception.
|
getCause, printStackTrace, printStackTrace, printStackTraceprivate transient WindowState _state
public WindowStateException(java.lang.String text,
WindowState state)
text - the exception textstate - the state causing the exceptionpublic WindowStateException(java.lang.String text,
java.lang.Throwable cause,
WindowState state)
text - the exception textcause - the root causestate - the state causing the exceptionpublic WindowStateException(java.lang.Throwable cause,
WindowState state)
cause - the root causestate - the state causing the exceptionpublic WindowState getState()