Type - - The specific type of throwable expected;
unless you like class cast exceptions,
you are recommended to set Type to Throwable.public interface ErrorHandler<Type extends Throwable>
| Modifier and Type | Method and Description |
|---|---|
void |
onError(Type e)
Called to route throwable errors to a callback
|
void onError(Type e)
e - - A Throwable describing the failure.Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.