public class MockExceptionHandler extends javax.faces.context.ExceptionHandler implements FacesMockController.MockObject
| Constructor and Description |
|---|
MockExceptionHandler()
Default constructor
|
MockExceptionHandler(org.easymock.IMocksControl control,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.easymock.IMocksControl |
getControl() |
javax.faces.event.ExceptionQueuedEvent |
getHandledExceptionQueuedEvent() |
Iterable |
getHandledExceptionQueuedEvents() |
Throwable |
getRootCause(Throwable arg0) |
Iterable |
getUnhandledExceptionQueuedEvents() |
void |
handle() |
int |
hashCode() |
boolean |
isListenerForSource(Object arg0) |
void |
processEvent(javax.faces.event.SystemEvent arg0) |
String |
toString() |
public MockExceptionHandler()
public MockExceptionHandler(org.easymock.IMocksControl control,
String name)
control - public org.easymock.IMocksControl getControl()
getControl in interface FacesMockController.MockObjectpublic void handle()
handle in class javax.faces.context.ExceptionHandlerpublic javax.faces.event.ExceptionQueuedEvent getHandledExceptionQueuedEvent()
getHandledExceptionQueuedEvent in class javax.faces.context.ExceptionHandlerpublic void processEvent(javax.faces.event.SystemEvent arg0)
processEvent in interface javax.faces.event.SystemEventListenerprocessEvent in class javax.faces.context.ExceptionHandlerpublic Iterable getUnhandledExceptionQueuedEvents()
getUnhandledExceptionQueuedEvents in class javax.faces.context.ExceptionHandlerpublic Iterable getHandledExceptionQueuedEvents()
getHandledExceptionQueuedEvents in class javax.faces.context.ExceptionHandlerpublic boolean isListenerForSource(Object arg0)
isListenerForSource in interface javax.faces.event.SystemEventListenerisListenerForSource in class javax.faces.context.ExceptionHandlerpublic Throwable getRootCause(Throwable arg0)
getRootCause in class javax.faces.context.ExceptionHandlerCopyright © 2012 JBoss by Red Hat. All Rights Reserved.