Class DnDVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pushingpixels.radiance.theming.internal.widget.tree.dnd.DnDVetoException
- All Implemented Interfaces:
Serializable
DnDVetoException is an exception thrown to signal that a drag and drop
operation is not valid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDnDVetoException
(String aMessage) Creates a new instance of DnDVetoException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DnDVetoException
Creates a new instance of DnDVetoException- Parameters:
aMessage
- the message to show.
-