java.awt.dnd
Class InvalidDnDOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
java.awt.dnd.InvalidDnDOperationException
- All Implemented Interfaces:
- Serializable
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
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidDnDOperationException
public InvalidDnDOperationException()
- Create an exception without a message.
InvalidDnDOperationException
public InvalidDnDOperationException(String s)
- Create an exception with a message.
- Parameters:
s
- the message