public class PortletExceptionHandlerImpl extends ExceptionHandlerWrapper
Constructor and Description |
---|
PortletExceptionHandlerImpl(ExceptionHandler handler) |
Modifier and Type | Method and Description |
---|---|
ExceptionQueuedEvent |
getHandledExceptionQueuedEvent() |
Iterable<ExceptionQueuedEvent> |
getHandledExceptionQueuedEvents() |
Iterable<ExceptionQueuedEvent> |
getUnhandledExceptionQueuedEvents() |
ExceptionHandler |
getWrapped() |
void |
handle() |
protected boolean |
isNonAjaxPortletRequest() |
void |
processEvent(SystemEvent event) |
getRootCause, isListenerForSource
public PortletExceptionHandlerImpl(ExceptionHandler handler)
public ExceptionHandler getWrapped()
getWrapped
in interface FacesWrapper<ExceptionHandler>
getWrapped
in class ExceptionHandlerWrapper
protected boolean isNonAjaxPortletRequest()
public ExceptionQueuedEvent getHandledExceptionQueuedEvent()
getHandledExceptionQueuedEvent
in class ExceptionHandlerWrapper
ExceptionHandler.getHandledExceptionQueuedEvent()
public void handle() throws FacesException
handle
in class ExceptionHandlerWrapper
FacesException
ExceptionHandlerWrapper.handle()
public void processEvent(SystemEvent event) throws AbortProcessingException
processEvent
in interface SystemEventListener
processEvent
in class ExceptionHandlerWrapper
AbortProcessingException
ExceptionHandlerWrapper.processEvent(javax.faces.event.SystemEvent)
public Iterable<ExceptionQueuedEvent> getUnhandledExceptionQueuedEvents()
getUnhandledExceptionQueuedEvents
in class ExceptionHandlerWrapper
ExceptionHandlerWrapper.getUnhandledExceptionQueuedEvents()
public Iterable<ExceptionQueuedEvent> getHandledExceptionQueuedEvents()
getHandledExceptionQueuedEvents
in class ExceptionHandlerWrapper
ExceptionHandlerWrapper.getHandledExceptionQueuedEvents()