com.infoteria.gui.property.event
Class PropertyChangeVetoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.infoteria.gui.property.PropertyException
                    |
                    +--com.infoteria.gui.property.event.PropertyChangeVetoException
All Implemented Interfaces:
Serializable

public class PropertyChangeVetoException
extends PropertyException

プロパティの変更を拒否する例外

See Also:
Serialized Form

Constructor Summary
PropertyChangeVetoException()
           
PropertyChangeVetoException(String message)
           
PropertyChangeVetoException(String message, Throwable cause)
           
PropertyChangeVetoException(Throwable cause)
           
 
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
 

Constructor Detail

PropertyChangeVetoException

public PropertyChangeVetoException()

PropertyChangeVetoException

public PropertyChangeVetoException(String message)

PropertyChangeVetoException

public PropertyChangeVetoException(Throwable cause)

PropertyChangeVetoException

public PropertyChangeVetoException(String message,
                                   Throwable cause)