public class ExceptionHandlerFactoryImpl
extends javax.faces.context.ExceptionHandlerFactory
Constructor and Description |
---|
ExceptionHandlerFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
javax.faces.context.ExceptionHandler |
getExceptionHandler()
Create and return a A new
|
public javax.faces.context.ExceptionHandler getExceptionHandler()
javax.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 javax.faces.context.ExceptionHandlerFactory
ExceptionHandler
.ExceptionHandlerFactory.getExceptionHandler()
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.