Class WillChangeSelectedItemVetoException

  • All Implemented Interfaces:
    Serializable

    public class WillChangeSelectedItemVetoException
    extends Exception
    Created on 8/7/14.
    Since:
    2.10
    Author:
    Tony Chemit - dev@tchemit.fr
    See Also:
    Serialized Form
    • Constructor Detail

      • WillChangeSelectedItemVetoException

        public WillChangeSelectedItemVetoException​(ComboBoxSelectionEvent event)
        Constructs an ExpandVetoException object with no message.
        Parameters:
        event - a ComboBoxSelectionEvent object
      • WillChangeSelectedItemVetoException

        public WillChangeSelectedItemVetoException​(ComboBoxSelectionEvent event,
                                                   String message)
        Constructs an ExpandVetoException object with the specified message.
        Parameters:
        event - a ComboBoxSelectionEvent object
        message - a String containing the message