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>


构造方法摘要
ExceptionResultParser()
           
 
方法摘要
 Exception parse(ResponseMessage response)
          Converts the result from stream to a java object.
 
从类 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.