public class ExceptionHandlerFactoryImpl extends ExceptionHandlerFactory
| Constructor and Description |
|---|
ExceptionHandlerFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
getExceptionHandler()
Create and return a A new
|
getWrappedpublic ExceptionHandler getExceptionHandler()
ExceptionHandlerFactoryCreate 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 ExceptionHandlerFactoryExceptionHandler.ExceptionHandlerFactory.getExceptionHandler()Copyright © 1997–2019 Eclipse Foundation. All rights reserved.