public class ExpandVetoException extends Exception
Modifier and Type | Field | Description |
---|---|---|
protected TreeExpansionEvent |
event |
The event that the exception was created for.
|
Constructor | 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, toString
protected 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, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.