java.awt.dnd

Class 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: 1.2

UNKNOWN: updated to 1.4

Constructor Summary
InvalidDnDOperationException()
Create an exception without a message.
InvalidDnDOperationException(String s)
Create an exception with a message.

Constructor Detail

InvalidDnDOperationException

public InvalidDnDOperationException()
Create an exception without a message.

InvalidDnDOperationException

public InvalidDnDOperationException(String s)
Create an exception with a message.

Parameters: s the message