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.| Constructor and Description |
|---|
WindowStateException(String text,
Throwable cause,
WindowState state)
Constructs a new portlet state exception when the portlet needs to do
the following:
|
WindowStateException(String text,
WindowState state)
Constructs a new portlet state exception with the given text.
|
WindowStateException(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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WindowStateException(String text, WindowState state)
text - the exception textstate - the state causing the exceptionpublic WindowStateException(String text, Throwable cause, WindowState state)
text - the exception textcause - the root causestate - the state causing the exceptionpublic WindowStateException(Throwable cause, WindowState state)
cause - the root causestate - the state causing the exceptionpublic WindowState getState()
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.