- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.beans.PropertyVetoException
-
- 实现的所有接口
-
Serializable
public class PropertyVetoException extends 异常
当对属性的建议更改表示不可接受的值时,将引发PropertyVetoException。- 从以下版本开始:
- 1.1
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 构造器 描述 PropertyVetoException(String mess, PropertyChangeEvent evt)
构造一个带有详细消息的PropertyVetoException
。
-
方法摘要
所有方法 实例方法 具体的方法 变量和类型 方法 描述 PropertyChangeEvent
getPropertyChangeEvent()
获得否决权PropertyChangeEvent
。
-
-
-
构造方法详细信息
-
PropertyVetoException
public PropertyVetoException(String mess, PropertyChangeEvent evt)
构造一个带有详细消息的PropertyVetoException
。- 参数
-
mess
- 描述性消息 -
evt
- 描述被否决的更改的PropertyChangeEvent。
-
-
方法详细信息
-
getPropertyChangeEvent
public PropertyChangeEvent getPropertyChangeEvent()
获得否决权PropertyChangeEvent
。- 结果
- 描述被否决的更改的PropertyChangeEvent。
-
-