クラスの使用
jakarta.faces.event.ExceptionQueuedEvent
ExceptionQueuedEvent を使用するパッケージ パッケージ 説明 jakarta.faces.context jakarta.faces.context 内の ExceptionQueuedEvent 使用
ExceptionQueuedEvent を返す jakarta.faces.context のメソッド 修飾子と型 メソッド 説明 abstract ExceptionQueuedEventExceptionHandler. getHandledExceptionQueuedEvent()このハンドラーによって処理された最初のExceptionQueuedEventを返します。ExceptionQueuedEventExceptionHandlerWrapper. getHandledExceptionQueuedEvent()このメソッドのデフォルトの動作は、ラップされたExceptionHandlerオブジェクトでExceptionHandler.getHandledExceptionQueuedEvent()を呼び出すことです。型 ExceptionQueuedEvent の引数を持つ型を返す jakarta.faces.context のメソッド 修飾子と型 メソッド 説明 abstract IterableSE<ExceptionQueuedEvent>ExceptionHandler. getHandledExceptionQueuedEvents()IterableSE<ExceptionQueuedEvent>ExceptionHandlerWrapper. getHandledExceptionQueuedEvents()このメソッドのデフォルトの動作は、ラップされたExceptionHandlerオブジェクトでExceptionHandler.getHandledExceptionQueuedEvents()を呼び出すことです。abstract IterableSE<ExceptionQueuedEvent>ExceptionHandler. getUnhandledExceptionQueuedEvents()IterableSE<ExceptionQueuedEvent>ExceptionHandlerWrapper. getUnhandledExceptionQueuedEvents()このメソッドのデフォルトの動作は、ラップされたExceptionHandlerオブジェクトでExceptionHandler.getUnhandledExceptionQueuedEvents()を呼び出すことです。