public abstract class DefaultExceptionHandlerFactory extends ExceptionHandlerFactory
ExceptionHandlerFactory, saving boilerplate to get hold of wrapped one.| Constructor and Description | 
|---|
DefaultExceptionHandlerFactory(ExceptionHandlerFactory wrapped)
Constructs a exception handler factory, wrapping the given exception handler factory. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ExceptionHandlerFactory | 
getWrapped()
Returns the wrapped exception handler factory. 
 | 
getExceptionHandlerpublic DefaultExceptionHandlerFactory(ExceptionHandlerFactory wrapped)
wrapped - The wrapped exception handler factory.public ExceptionHandlerFactory getWrapped()
getWrapped in interface FacesWrapper<ExceptionHandlerFactory>getWrapped in class ExceptionHandlerFactoryCopyright © 2012–2014 OmniFaces. All rights reserved.