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:
- java.io.Serializable
- public class InvalidDnDOperationException
- extends java.lang.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
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- Compatible with JDK 1.2+.
- See Also:
- Constant Field Values
InvalidDnDOperationException
public InvalidDnDOperationException()
- Create an exception without a message.
InvalidDnDOperationException
public InvalidDnDOperationException(java.lang.String s)
- Create an exception with a message.