Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.awt.dnd
Class InvalidDnDOperationException  view InvalidDnDOperationException download InvalidDnDOperationException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalStateException
                  extended byjava.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static long serialVersionUID
          Compatible with JDK 1.2+.
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidDnDOperationException()
          Create an exception without a message.
InvalidDnDOperationException(java.lang.String s)
          Create an exception with a message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Compatible with JDK 1.2+.

See Also:
Constant Field Values
Constructor Detail

InvalidDnDOperationException

public InvalidDnDOperationException()
Create an exception without a message.


InvalidDnDOperationException

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