|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.context.ExceptionHandler
org.apache.myfaces.shared_impl.context.ExceptionHandlerImpl
public class ExceptionHandlerImpl
DOCUMENT ME!
Constructor Summary | |
---|---|
ExceptionHandlerImpl()
|
Method Summary | |
---|---|
ExceptionQueuedEvent |
getHandledExceptionQueuedEvent()
|
Iterable<ExceptionQueuedEvent> |
getHandledExceptionQueuedEvents()
|
protected Throwable |
getRethrownException(Throwable exception)
|
Throwable |
getRootCause(Throwable t)
|
Iterable<ExceptionQueuedEvent> |
getUnhandledExceptionQueuedEvents()
|
void |
handle()
|
boolean |
isListenerForSource(Object source)
|
void |
processEvent(SystemEvent exceptionQueuedEvent)
|
protected boolean |
shouldSkip(Throwable exception)
|
protected FacesException |
wrap(Throwable exception)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExceptionHandlerImpl()
Method Detail |
---|
public ExceptionQueuedEvent getHandledExceptionQueuedEvent()
getHandledExceptionQueuedEvent
in class ExceptionHandler
public Iterable<ExceptionQueuedEvent> getHandledExceptionQueuedEvents()
getHandledExceptionQueuedEvents
in class ExceptionHandler
public Throwable getRootCause(Throwable t)
getRootCause
in class ExceptionHandler
public Iterable<ExceptionQueuedEvent> getUnhandledExceptionQueuedEvents()
getUnhandledExceptionQueuedEvents
in class ExceptionHandler
public void handle() throws FacesException
handle
in class ExceptionHandler
FacesException
public boolean isListenerForSource(Object source)
isListenerForSource
in interface SystemEventListener
isListenerForSource
in class ExceptionHandler
public void processEvent(SystemEvent exceptionQueuedEvent) throws AbortProcessingException
processEvent
in interface SystemEventListener
processEvent
in class ExceptionHandler
AbortProcessingException
protected Throwable getRethrownException(Throwable exception)
protected FacesException wrap(Throwable exception)
protected boolean shouldSkip(Throwable exception)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |