com.infoteria.gui.property.event
クラス PropertyChangeVetoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.infoteria.gui.property.PropertyException
                    |
                    +--com.infoteria.gui.property.event.PropertyChangeVetoException
すべての実装インタフェース:
Serializable

public class PropertyChangeVetoException
extends PropertyException

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

関連項目:
直列化された形式

コンストラクタの概要
PropertyChangeVetoException()
           
PropertyChangeVetoException(String message)
           
PropertyChangeVetoException(String message, Throwable cause)
           
PropertyChangeVetoException(Throwable cause)
           
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

PropertyChangeVetoException

public PropertyChangeVetoException()

PropertyChangeVetoException

public PropertyChangeVetoException(String message)

PropertyChangeVetoException

public PropertyChangeVetoException(Throwable cause)

PropertyChangeVetoException

public PropertyChangeVetoException(String message,
                                   Throwable cause)