Package jaxx.runtime.swing.model
Class WillChangeSelectedItemVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jaxx.runtime.swing.model.WillChangeSelectedItemVetoException
- All Implemented Interfaces:
java.io.Serializable
public class WillChangeSelectedItemVetoException
extends java.lang.Exception
Created on 8/7/14.
- Since:
- 2.10
- Author:
- Tony Chemit - chemit@codelutin.com
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected ComboBoxSelectionEventeventThe event that the exception was created for. -
Constructor Summary
Constructors Constructor Description WillChangeSelectedItemVetoException(ComboBoxSelectionEvent event)Constructs an ExpandVetoException object with no message.WillChangeSelectedItemVetoException(ComboBoxSelectionEvent event, java.lang.String message)Constructs an ExpandVetoException object with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
event
The event that the exception was created for.
-
-
Constructor Details
-
WillChangeSelectedItemVetoException
Constructs an ExpandVetoException object with no message.- Parameters:
event- a ComboBoxSelectionEvent object
-
WillChangeSelectedItemVetoException
Constructs an ExpandVetoException object with the specified message.- Parameters:
event- a ComboBoxSelectionEvent objectmessage- a String containing the message
-