Java プラットフォーム 1.2

javax.swing.tree
クラス ExpandVetoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.swing.tree.ExpandVetoException

public class ExpandVetoException
extends Exception

展開および折りたたみの発生を禁止する例外です。

関連項目:
直列化された形式

フィールドの概要
protected  TreeExpansionEvent event
          例外生成の対象となったイベントです。
 
コンストラクタの概要
ExpandVetoException(TreeExpansionEvent event)
          メッセージを持たない ExpandVetoException オブジェクトを構築します。
ExpandVetoException(TreeExpansionEvent event, String message)
          指定されたメッセージを持つ ExpandVetoException オブジェクトを構築します。
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.