JavaTM 2 Platform
Standard Ed. 6

javax.swing.tree
類別 ExpandVetoException

java.lang.Object
  繼承者 java.lang.Throwable
      繼承者 java.lang.Exception
          繼承者 javax.swing.tree.ExpandVetoException
所有已實作的介面:
Serializable

public class ExpandVetoException
extends Exception

用於阻止擴展/折疊發生的異常。有關更多資訊和範例,請參閱 The Java Tutorial 中的 How to Write a Tree-Will-Expand Listener 一節。


欄位摘要
protected  TreeExpansionEvent event
          為其創建異常的事件。
 
建構子摘要
ExpandVetoException(TreeExpansionEvent event)
          建構不帶任何訊息的 ExpandVetoException 物件。
ExpandVetoException(TreeExpansionEvent event, String message)
          建構帶指定訊息的 ExpandVetoException 物件。
 
方法摘要
 
從類別 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
 

欄位詳細資訊

event

protected TreeExpansionEvent event
為其創建異常的事件。

建構子詳細資訊

ExpandVetoException

public ExpandVetoException(TreeExpansionEvent event)
建構不帶任何訊息的 ExpandVetoException 物件。

參數:
event - TreeExpansionEvent 物件

ExpandVetoException

public ExpandVetoException(TreeExpansionEvent event,
                           String message)
建構帶指定訊息的 ExpandVetoException 物件。

參數:
event - TreeExpansionEvent 物件
message - 套件含該訊息的 String

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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