java.awt.dnd
Class InvalidDnDOperationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--java.lang.IllegalStateException
|
+--java.awt.dnd.InvalidDnDOperationException
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:- Eric Blake <ebb9@email.byu.edu>
InvalidDnDOperationException
public InvalidDnDOperationException()
Create an exception without a message.
InvalidDnDOperationException
public InvalidDnDOperationException(java.lang.String s)
Create an exception with a message.
Parameters: