javax.faces.context
Class ExceptionHandler
java.lang.Object
javax.faces.context.ExceptionHandler
- All Implemented Interfaces:
- EventListener, FacesListener, SystemEventListener
- Direct Known Subclasses:
- ExceptionHandlerWrapper
public abstract class ExceptionHandler
- extends Object
- implements SystemEventListener
- Since:
- 2.0
- Version:
- $Revision: 761981 $ $Date: 2009-04-04 13:44:14 -0500 (Sat, 04 Apr 2009) $
- Author:
- Leonardo Uribe (latest modification by $Author: slessard $)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionHandler
public ExceptionHandler()
getHandledExceptionQueuedEvent
public abstract ExceptionQueuedEvent getHandledExceptionQueuedEvent()
getHandledExceptionQueuedEvents
public abstract Iterable<ExceptionQueuedEvent> getHandledExceptionQueuedEvents()
getRootCause
public abstract Throwable getRootCause(Throwable t)
getUnhandledExceptionQueuedEvents
public abstract Iterable<ExceptionQueuedEvent> getUnhandledExceptionQueuedEvents()
handle
public abstract void handle()
throws FacesException
- Throws:
FacesException
isListenerForSource
public abstract boolean isListenerForSource(Object source)
- Specified by:
isListenerForSource
in interface SystemEventListener
processEvent
public abstract void processEvent(SystemEvent exceptionQueuedEvent)
throws AbortProcessingException
- Specified by:
processEvent
in interface SystemEventListener
- Throws:
AbortProcessingException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.