IllegalWindowStateException Class

com.bea.netuix.servlets.controls.window
IllegalWindowStateException Class

public class IllegalWindowStateException

    extends Exception

Represents illegal window state exceptions.


Hierarchy
Object
  Throwable
    Exception
      IllegalWindowStateException
All Implemented Interfaces

Serializable

Constructor Summary

IllegalWindowStateException(String state)

Constructs an IllegalWindowStateException for the given illegal window state.

 

Method Summary

public String
getMessage()

Returns the message.

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

IllegalWindowStateException

public IllegalWindowStateException(String state)

Constructs an IllegalWindowStateException for the given illegal window state.

 

Method Detail

getMessage() Method

public String getMessage()

Returns the message.

Overrides
Throwable.getMessage()

Returns

message