- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.beans.PropertyVetoException
-
- All Implemented Interfaces:
-
Serializable
public class PropertyVetoException extends 异常
当对属性的建议更改表示不可接受的值时,将抛出PropertyVetoException。- 从以下版本开始:
- 1.1
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 PropertyVetoException(String mess, PropertyChangeEvent evt)
构造一个PropertyVetoException
具有详细的消息。
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 PropertyChangeEvent
getPropertyChangeEvent()
获得否决权PropertyChangeEvent
。-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
构造方法详细信息
-
PropertyVetoException
public PropertyVetoException(String mess, PropertyChangeEvent evt)
构造一个PropertyVetoException
的详细消息。- 参数
-
mess
- 描述性消息 -
evt
- 描述否决变更的PropertyChangeEvent。
-
-
方法详细信息
-
getPropertyChangeEvent
public PropertyChangeEvent getPropertyChangeEvent()
获得否决的PropertyChangeEvent
。- 结果
- 描述否决变更的PropertyChangeEvent。
-
-