@Immutable public class CrashEarlyFailureHandler extends Object implements FailureHandler
SingleThreadedActors to fail the test when an actor throws an exception.| Constructor and Description |
|---|
CrashEarlyFailureHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
uncaughtException(Object actor,
Object message,
Throwable exception)
Should log the exception and possibly do some error recovery.
|
public void uncaughtException(Object actor, Object message, Throwable exception)
FailureHandleruncaughtException in interface FailureHandlerCopyright © 2011-2012. All Rights Reserved.