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>
void onError(Type e)
e - - A Throwable describing the failure.Copyright © 2012-2013 The Internet Party. All Rights Reserved.