Module  java.desktop
软件包  java.beans

Class PropertyVetoException

  • All Implemented Interfaces:
    Serializable


    public class PropertyVetoException
    extends 异常
    当对属性的建议更改表示不可接受的值时,将抛出PropertyVetoException。
    从以下版本开始:
    1.1
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • PropertyVetoException

        public PropertyVetoException​(String mess,
                                     PropertyChangeEvent evt)
        构造一个 PropertyVetoException的详细消息。
        参数
        mess - 描述性消息
        evt - 描述否决变更的PropertyChangeEvent。
    • 方法详细信息

      • getPropertyChangeEvent

        public PropertyChangeEvent getPropertyChangeEvent​()
        获得否决的 PropertyChangeEvent
        结果
        描述否决变更的PropertyChangeEvent。