Class 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:
    Serialized Form
    • Constructor Detail

      • DnDVetoException

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