Searched defs:ExpandVetoException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DExpandVetoException.java39 public class ExpandVetoException extends Exception { class in inherits:Exception
44 * Constructs an ExpandVetoException object with no message.
49 public ExpandVetoException(TreeExpansionEvent event) { method in class:ExpandVetoException
54 * Constructs an ExpandVetoException object with the specified message.
59 public ExpandVetoException(TreeExpansionEvent event, String message) { method in class:ExpandVetoException

Completed in 28 milliseconds