All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.lang.Throwable | +----java.lang.Exception | +----java.lang.RuntimeException | +----java.lang.IllegalStateException | +----java.awt.dnd.InvalidDnDOperationException
This exception is thrown by various methods in the java.awt.dnd package. It is usually thrown to indicate that the target in question is unable to undertake the requested operation that the present time, since the undrelying DnD system is not in the appropriate state.
public InvalidDnDOperationException()
public InvalidDnDOperationException(String msg)
All Packages Class Hierarchy This Package Previous Next Index