JavaTM 2 Platform
Standard Ed. 6

java.beans
類別 PropertyVetoException

java.lang.Object
  繼承者 java.lang.Throwable
      繼承者 java.lang.Exception
          繼承者 java.beans.PropertyVetoException
所有已實作的介面:
Serializable

public class PropertyVetoException
extends Exception

當某一屬性的提議更改表示一個不可接受的值時,將拋出 PropertyVetoException。

另請參見:
序列化表格

建構子摘要
PropertyVetoException(String mess, PropertyChangeEvent evt)
          建構帶詳細訊息的 PropertyVetoException
 
方法摘要
 PropertyChangeEvent getPropertyChangeEvent()
          獲得禁止的 PropertyChangeEvent
 
從類別 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
 

建構子詳細資訊

PropertyVetoException

public PropertyVetoException(String mess,
                             PropertyChangeEvent evt)
建構帶詳細訊息的 PropertyVetoException

參數:
mess - 描述性訊息
evt - 描述所禁止更改的 PropertyChangeEvent。
方法詳細資訊

getPropertyChangeEvent

public PropertyChangeEvent getPropertyChangeEvent()
獲得禁止的 PropertyChangeEvent

返回:
描述所禁止更改的 PropertyChangeEvent。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only