クラスの使用
jakarta.faces.event.ExceptionQueuedEvent
ExceptionQueuedEvent を使用するパッケージ パッケージ 説明 jakarta.faces.context jakarta.faces.context 内の ExceptionQueuedEvent 使用
ExceptionQueuedEvent を返す jakarta.faces.context のメソッド 修飾子と型 メソッド 説明 abstract ExceptionQueuedEvent
ExceptionHandler. getHandledExceptionQueuedEvent()
このハンドラーによって処理された最初のExceptionQueuedEvent
を返します。ExceptionQueuedEvent
ExceptionHandlerWrapper. 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()
を呼び出すことです。