Class RedmineErrorHandler
- java.lang.Object
-
- com.taskadapter.redmineapi.internal.comm.redmine.RedmineErrorHandler
-
- All Implemented Interfaces:
ContentHandler<BasicHttpResponse,BasicHttpResponse>
public final class RedmineErrorHandler extends java.lang.Object implements ContentHandler<BasicHttpResponse,BasicHttpResponse>
-
-
Constructor Summary
Constructors Constructor Description RedmineErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BasicHttpResponseprocessContent(BasicHttpResponse httpResponse)Consumes content of a specified type and returns a specified result.
-
-
-
Method Detail
-
processContent
public BasicHttpResponse processContent(BasicHttpResponse httpResponse) throws RedmineException
Description copied from interface:ContentHandlerConsumes content of a specified type and returns a specified result.- Specified by:
processContentin interfaceContentHandler<BasicHttpResponse,BasicHttpResponse>- Parameters:
httpResponse- content to process.- Returns:
- processed content.
- Throws:
RedmineException- if something goes wrong.
-
-