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 ComboBoxSelectionEvent event
    The 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, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • WillChangeSelectedItemVetoException

      public WillChangeSelectedItemVetoException​(ComboBoxSelectionEvent event)
      Constructs an ExpandVetoException object with no message.
      Parameters:
      event - a ComboBoxSelectionEvent object
    • WillChangeSelectedItemVetoException

      public WillChangeSelectedItemVetoException​(ComboBoxSelectionEvent event, java.lang.String message)
      Constructs an ExpandVetoException object with the specified message.
      Parameters:
      event - a ComboBoxSelectionEvent object
      message - a String containing the message