public class ExpandVetoException extends Exception
| Modifier and Type | Field and Description | 
|---|---|
| protected TreeExpansionEvent | eventThe 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. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected TreeExpansionEvent event
public ExpandVetoException(TreeExpansionEvent event)
event - a TreeExpansionEvent objectpublic ExpandVetoException(TreeExpansionEvent event, String message)
event - a TreeExpansionEvent objectmessage - a String containing the message Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2015, Oracle and/or its affiliates.  All rights reserved.