public class SimpleAsyncUncaughtExceptionHandler extends ObjectSE implements AsyncUncaughtExceptionHandler
AsyncUncaughtExceptionHandler。| コンストラクターと説明 |
|---|
SimpleAsyncUncaughtExceptionHandler() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | handleUncaughtException(ThrowableSE ex, MethodSE method, ObjectSE... params) 非同期メソッドからスローされた特定のキャッチされていない例外を処理します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic void handleUncaughtException(ThrowableSE ex, MethodSE method, ObjectSE... params)
AsyncUncaughtExceptionHandlerAsyncUncaughtExceptionHandler の handleUncaughtException ex - 非同期メソッドからスローされた例外 method - 非同期メソッド params - メソッドの呼び出しに使用されるパラメーター