com.aliyun.mns.common.http
类 ExceptionResultParser
java.lang.Object
com.aliyun.mns.common.http.ExceptionResultParser
- 所有已实现的接口:
- ResultParser<Exception>
public class ExceptionResultParser
- extends Object
- implements ResultParser<Exception>
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionResultParser
public ExceptionResultParser()
parse
public Exception parse(ResponseMessage response)
throws ResultParseException
- 从接口
ResultParser 复制的描述
- Converts the result from stream to a java object.
- 指定者:
- 接口
ResultParser<Exception> 中的 parse
- 返回:
- The java Type T object that the result stands for.
- 抛出:
ResultParseException - Failed to parse the result.
Copyright © 2016. All Rights Reserved.