| 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.portlet.PortletException
javax.portlet.WindowStateException
public class WindowStateException
The 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 Summary | |
|---|---|
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.  | 
|
| Method Summary | |
|---|---|
 WindowState | 
getState()
Returns the portlet state causing this exception.  | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, 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 | 
|---|
public WindowStateException(String text,
                            WindowState state)
text - the exception textstate - the state causing the exception
public WindowStateException(String text,
                            Throwable cause,
                            WindowState state)
text - the exception textcause - the root causestate - the state causing the exception
public WindowStateException(Throwable cause,
                            WindowState state)
cause - the root causestate - the state causing the exception| Method Detail | 
|---|
public WindowState getState()
  | 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||