public abstract static class YunpianApiResult.AbstractResultHandler<R,T> extends Object implements YunpianApiResult.ResultHandler<R,T>
| Constructor and Description |
|---|
AbstractResultHandler() |
| Modifier and Type | Method and Description |
|---|---|
Result<T> |
catchExceptoin(Throwable e,
Result<T> r)
处理异常
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcode, fail, response, succpublic Result<T> catchExceptoin(Throwable e, Result<T> r)
YunpianApiResult.ResultHandlercatchExceptoin in interface YunpianApiResult.ResultHandler<R,T>Copyright © 2017. All rights reserved.