public class ExceptionHandlerFactoryImpl
extends jakarta.faces.context.ExceptionHandlerFactory
| Constructor and Description |
|---|
ExceptionHandlerFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
jakarta.faces.context.ExceptionHandler |
getExceptionHandler()
Create and return a A new |
public jakarta.faces.context.ExceptionHandler getExceptionHandler()
jakarta.faces.context.ExceptionHandlerFactory
Create and return a A new ExceptionHandler instance. The implementation must return an
ExceptionHandler instance suitable for the environment. For example, in some cases it may be desirable
for an ExceptionHandler to write error information to the response instead of throwing exceptions as in
the case of Ajax applications.
getExceptionHandler in class jakarta.faces.context.ExceptionHandlerFactoryExceptionHandler.ExceptionHandlerFactory.getExceptionHandler()Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.