public class javax.swing.tree
ExpandVetoException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
Exception used to stop and expand/collapse from happening. See How to Write a Tree-Will-Expand Listener in The Java Tutorial for further information and examples.
version1.11 11/17/05

Fields
protected TreeExpansionEvent event
The event that the exception was created for.

Constructors
public ExpandVetoException(TreeExpansionEvent event) Details
Constructs an ExpandVetoException object with no message.
eventa TreeExpansionEvent object
public ExpandVetoException(TreeExpansionEvent event, String message) Details
Constructs an ExpandVetoException object with the specified message.
eventa TreeExpansionEvent object
messagea String containing the message