Class WillChangeSelectedItemVetoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.nuiton.jaxx.runtime.swing.model.WillChangeSelectedItemVetoException
-
- All Implemented Interfaces:
Serializable
public class WillChangeSelectedItemVetoException extends Exception
Created on 8/7/14.- Since:
- 2.10
- Author:
- Tony Chemit - dev@tchemit.fr
- 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, 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, toString
-
-
-
-
Field Detail
-
event
protected final ComboBoxSelectionEvent event
The event that the exception was created for.
-
-
Constructor Detail
-
WillChangeSelectedItemVetoException
public WillChangeSelectedItemVetoException(ComboBoxSelectionEvent event)
Constructs an ExpandVetoException object with no message.- Parameters:
event- a ComboBoxSelectionEvent object
-
WillChangeSelectedItemVetoException
public WillChangeSelectedItemVetoException(ComboBoxSelectionEvent event, String message)
Constructs an ExpandVetoException object with the specified message.- Parameters:
event- a ComboBoxSelectionEvent objectmessage- a String containing the message
-
-