Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt

Class IllegalComponentStateException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.lang.RuntimeException
         |
         +--java.lang.IllegalStateException
            |
            +--java.awt.IllegalComponentStateException


public class IllegalComponentStateException

extends IllegalStateException

This exception is thrown when the requested operation failed because a component was not in the proper state.

Author:

Constructor Summary

IllegalComponentStateException()

Create a new instance with no detailed error message.
IllegalComponentStateException(java.lang.String message)

Create a new instance with the specified detailed error message.

Constructor Details

IllegalComponentStateException

public IllegalComponentStateException()

Create a new instance with no detailed error message.


IllegalComponentStateException

public IllegalComponentStateException(java.lang.String message)

Create a new instance with the specified detailed error message.

Parameters: