|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.swing.tree.ExpandVetoException
public class ExpandVetoException extends Exception
Exception used to stop and expand/collapse from happening. See in The Java Tutorial for further information and examples.
| Modifier and Type | Field and Description |
|---|---|
protected TreeExpansionEvent |
event
The event that the exception was created for. |
| Constructor and Description |
|---|
ExpandVetoException(TreeExpansionEvent event)
Constructs an ExpandVetoException object with no message. |
ExpandVetoException(TreeExpansionEvent event,
String message)
Constructs an ExpandVetoException object with the specified message. |
| Modifier and Type | Method and Description |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected TreeExpansionEvent event
| Constructor Detail |
|---|
public ExpandVetoException(TreeExpansionEvent event)
event - a TreeExpansionEvent object
public ExpandVetoException(TreeExpansionEvent event,
String message)
event - a TreeExpansionEvent objectmessage - a String containing the message
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.