org.jvnet.lafwidget.tree.dnd
Class DnDVetoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jvnet.lafwidget.tree.dnd.DnDVetoException
All Implemented Interfaces:
java.io.Serializable

public class DnDVetoException
extends java.lang.Exception

DnDVetoException is an exception thrown to signal that a drag and drop operation is not valid.

Version:
$Revision: 1.15 $
Author:
Antonio Vieiro (antonio@antonioshome.net), $Author: kirillcool $
See Also:
Serialized Form

Constructor Summary
DnDVetoException(java.lang.String aMessage)
          Creates a new instance of DnDVetoException
 
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

DnDVetoException

public DnDVetoException(java.lang.String aMessage)
Creates a new instance of DnDVetoException

Parameters:
aMessage - the message to show.