java.awt.dnd
Class InvalidDnDOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by 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

Constructor Summary
InvalidDnDOperationException()
          Create an exception without a message.
InvalidDnDOperationException(String s)
          Create an exception with a message.
 
Method Summary
 
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
 

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