Package Summary  Overview Summary

class:ExpandVetoException [NONE]

field:event [NONE]

constructor:ExpandVetoException(javax.swing.event.TreeExpansionEvent) [NONE]

  • ExpandVetoException

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

constructor:ExpandVetoException(javax.swing.event.TreeExpansionEvent,java.lang.String) [NONE]

  • 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

© 2019 Oracle Corporation and/or its affiliates