モジュール java.desktop
パッケージ javax.swing.tree

クラスExpandVetoException

    • フィールドの詳細

      • event

        protected TreeExpansionEvent event
        例外生成の対象となったイベントです。
    • コンストラクタの詳細

      • ExpandVetoException

        public ExpandVetoException​(TreeExpansionEvent event)
        メッセージを持たないExpandVetoExceptionオブジェクトを構築します。
        パラメータ:
        event - TreeExpansionEventオブジェクト
      • ExpandVetoException

        public ExpandVetoException​(TreeExpansionEvent event,
                                   String message)
        指定されたメッセージを持つExpandVetoExceptionオブジェクトを構築します。
        パラメータ:
        event - TreeExpansionEventオブジェクト
        message - メッセージが格納されているString