public interface CycleErrorHandler<T extends Throwable,R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
CycleErrorHandler.Triple<T,R> |
| Modifier and Type | Method and Description |
|---|---|
default R |
handleError(long cycle,
T error) |
default R |
handleError(long cycle,
T error,
long magnitude) |
R |
handleError(long cycle,
T error,
String errMsg) |
Copyright © 2017. All rights reserved.