Class DnDVetoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pushingpixels.radiance.theming.internal.widget.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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DnDVetoException(java.lang.String aMessage)
Creates a new instance of DnDVetoException
-