public class ExceptionHandlerFactoryImpl extends ExceptionHandlerFactory
Constructor and Description |
---|
ExceptionHandlerFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
getExceptionHandler()
Create and return a A new
|
getWrapped
public ExceptionHandler getExceptionHandler()
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 ExceptionHandlerFactory
ExceptionHandler
.ExceptionHandlerFactory.getExceptionHandler()
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.