jp.wda.g2.exception
クラス UncaughtExceptionHandlerImpl

java.lang.Object
  上位を拡張 jp.wda.g2.exception.UncaughtExceptionHandlerImpl
すべての実装されたインタフェース:
java.lang.Thread.UncaughtExceptionHandler

public class UncaughtExceptionHandlerImpl
extends java.lang.Object
implements java.lang.Thread.UncaughtExceptionHandler

[変更履歴]
2.0.0-a1
2006/02/23 17:28:07 導入

導入されたバージョン:
2.0.0-a1
バージョン:
2.0.0-a1
作成者:
A M O I

コンストラクタの概要
UncaughtExceptionHandlerImpl()
          デフォルトの設定を用いてオブジェクトを構築するコンストラクタ
 
メソッドの概要
 void uncaughtException(java.lang.Thread thread, java.lang.Throwable throwable)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UncaughtExceptionHandlerImpl

public UncaughtExceptionHandlerImpl()
デフォルトの設定を用いてオブジェクトを構築するコンストラクタ

メソッドの詳細

uncaughtException

public void uncaughtException(java.lang.Thread thread,
                              java.lang.Throwable throwable)
定義:
インタフェース java.lang.Thread.UncaughtExceptionHandler 内の uncaughtException
パラメータ:
thread -
throwable -