public abstract class ExceptionHandlerFactory extends Object implements FacesWrapper<ExceptionHandlerFactory>
| Constructor and Description | 
|---|
| ExceptionHandlerFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ExceptionHandler | getExceptionHandler() | 
| ExceptionHandlerFactory | getWrapped()If this factory has been decorated, the implementation doing the decorating may override this method to provide
 access to the implementation being wrapped. | 
public abstract ExceptionHandler getExceptionHandler()
public ExceptionHandlerFactory getWrapped()
null.getWrapped in interface FacesWrapper<ExceptionHandlerFactory>DiscoveryHandlerFactory if this factory decorates another, or
         null otherwiseCopyright © 2021 The Apache Software Foundation. All rights reserved.