@Immutable public class PrintStreamFailureLogger extends Object implements FailureHandler
| Constructor and Description |
|---|
PrintStreamFailureLogger(PrintStream out) |
| 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 PrintStreamFailureLogger(PrintStream out)
public void uncaughtException(Object actor, Object message, Throwable exception)
FailureHandleruncaughtException in interface FailureHandlerCopyright © 2011-2012. All Rights Reserved.