Uses of Class
com.moesif.api.exceptions.APIException
Packages that use APIException
-
Uses of APIException in com.moesif.api
Methods in com.moesif.api with parameters of type APIExceptionModifier and TypeMethodDescriptionstatic voidAPIHelper.populate(String json, APIException obj) Populates an object of an APIException subclass with the required properties. -
Uses of APIException in com.moesif.api.controllers
Methods in com.moesif.api.controllers that throw APIExceptionModifier and TypeMethodDescriptionprotected voidBaseController.validateResponse(HttpResponse response, HttpContext context) Validates the response against HTTP errors defined at the API level -
Uses of APIException in com.moesif.api.http.client
Methods in com.moesif.api.http.client that throw APIExceptionModifier and TypeMethodDescriptionHttpClient.executeAsBinary(HttpRequest request) Execute a given HttpRequest to get binary response backUnirestClient.executeAsBinary(HttpRequest request) Execute a given HttpRequest to get binary response backHttpClient.executeAsString(HttpRequest request) Execute a given HttpRequest to get string response backUnirestClient.executeAsString(HttpRequest request) Execute a given HttpRequest to get string response back