Module java.desktop

Class ExpandVetoException

    • Field Detail

    • Constructor Detail

      • ExpandVetoException

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

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