IllegalWindowModeException Class

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

public class IllegalWindowModeException

    extends Exception

Represents illegal window mode exceptions.


Hierarchy
Object
  Throwable
    Exception
      IllegalWindowModeException
All Implemented Interfaces

Serializable

Constructor Summary

IllegalWindowModeException(String mode)

Constructs an IllegalWindowModeException for the given illegal window mode.

 

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

IllegalWindowModeException

public IllegalWindowModeException(String mode)

Constructs an IllegalWindowModeException for the given illegal window mode.

 

Method Detail

getMessage() Method

public String getMessage()

Returns the message.

Overrides
Throwable.getMessage()

Returns

message