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