Uses of Class
com.xerox.amazonws.fps.FPSError

Packages that use FPSError
com.xerox.amazonws.common   
com.xerox.amazonws.fps   
 

Uses of FPSError in com.xerox.amazonws.common
 

Method parameters in com.xerox.amazonws.common with type arguments of type FPSError
protected static String AWSException.concatenateErrors(List<FPSError> errors)
           
 

Uses of FPSError in com.xerox.amazonws.fps
 

Methods in com.xerox.amazonws.fps that return types with arguments of type FPSError
 List<FPSError> FPSException.getErrors()
           
 

Constructor parameters in com.xerox.amazonws.fps with type arguments of type FPSError
FPSException(String requestID, List<FPSError> errors)