Module java.desktop

Class ExpandVetoException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.swing.tree.ExpandVetoException
All Implemented Interfaces:
Serializable

public class ExpandVetoException extends Exception
Exception used to stop an expand/collapse from happening. See How to Write a Tree-Will-Expand Listener in The Java Tutorial for further information and examples.