org.gcube.contentmanagement.contentmanager.stubs.calls.iterators
Class UpdateFailureParser

java.lang.Object
  extended by org.gcube.contentmanagement.contentmanager.stubs.calls.iterators.UpdateFailureParser
All Implemented Interfaces:
ResultParser<java.lang.Throwable>

public class UpdateFailureParser
extends java.lang.Object
implements ResultParser<java.lang.Throwable>

A ResultParser of UpdateFailure results.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
UpdateFailureParser()
           
 
Method Summary
 java.lang.Throwable parse(java.lang.String s)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateFailureParser

public UpdateFailureParser()
Method Detail

parse

public java.lang.Throwable parse(java.lang.String s)
                          throws java.lang.Exception

Specified by:
parse in interface ResultParser<java.lang.Throwable>
Throws:
java.lang.Exception