org.tbee.swing
Class SwingEventDispatcher.PropertyVetoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.tbee.swing.SwingEventDispatcher.PropertyVetoException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SwingEventDispatcher

public static class SwingEventDispatcher.PropertyVetoException
extends java.lang.RuntimeException

For handling VetoableChange correctly.

See Also:
Serialized Form

Constructor Summary
SwingEventDispatcher.PropertyVetoException(java.lang.String message, java.beans.PropertyChangeEvent event)
           
 
Method Summary
 java.beans.PropertyChangeEvent getPropertyChangeEvent()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SwingEventDispatcher.PropertyVetoException

public SwingEventDispatcher.PropertyVetoException(java.lang.String message,
                                                  java.beans.PropertyChangeEvent event)
Method Detail

getPropertyChangeEvent

public java.beans.PropertyChangeEvent getPropertyChangeEvent()


Copyright © 2010 KnowledgePlaza. All Rights Reserved.