public class WillChangeSelectedItemVetoException extends Exception
| Modifier and Type | Field and Description |
|---|---|
protected ComboBoxSelectionEvent |
event
The event that the exception was created for.
|
| Constructor and Description |
|---|
WillChangeSelectedItemVetoException(ComboBoxSelectionEvent event)
Constructs an ExpandVetoException object with no message.
|
WillChangeSelectedItemVetoException(ComboBoxSelectionEvent event,
String message)
Constructs an ExpandVetoException object with the specified message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected final ComboBoxSelectionEvent event
public WillChangeSelectedItemVetoException(ComboBoxSelectionEvent event)
event - a ComboBoxSelectionEvent objectpublic WillChangeSelectedItemVetoException(ComboBoxSelectionEvent event, String message)
event - a ComboBoxSelectionEvent objectmessage - a String containing the messageCopyright © 2008–2017 Ultreia.io. All rights reserved.