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

Class InvalidDnDOperationException

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


public class InvalidDnDOperationException

extends IllegalStateException

Thrown when a method in the java.awt.dnd package is unable to perform a requested operation, usually because the underlying DnD system is in the wrong state.

Since:Author:

Constructor Summary

InvalidDnDOperationException()

Create an exception without a message.
InvalidDnDOperationException(java.lang.String s)

Create an exception with a message.

Constructor Details

InvalidDnDOperationException

public InvalidDnDOperationException()

Create an exception without a message.


InvalidDnDOperationException

public InvalidDnDOperationException(java.lang.String s)

Create an exception with a message.

Parameters: