Class DnDVetoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pushingpixels.lafwidget.tree.dnd.DnDVetoException
All Implemented Interfaces:
Serializable

public class DnDVetoException extends Exception
DnDVetoException is an exception thrown to signal that a drag and drop operation is not valid.
See Also:
  • Constructor Details

    • DnDVetoException

      public DnDVetoException(String aMessage)
      Creates a new instance of DnDVetoException
      Parameters:
      aMessage - the message to show.