Uses of Class
io.toro.martini.api.APIException
-
Packages that use APIException Package Description io.toro.martini io.toro.martini.api -
-
Uses of APIException in io.toro.martini
Methods in io.toro.martini that throw APIException Modifier and Type Method Description static voidGloopMethods. throwApiException(GloopModel exception)Throws the provided exception. -
Uses of APIException in io.toro.martini.api
Methods in io.toro.martini.api that return APIException Modifier and Type Method Description APIExceptionAPIException. addErrorMessage(String errorMessage)APIExceptionAPIException. addFieldError(String name, String error)APIExceptionAPIException. setApiErrorCode(int apiErrorCode)APIExceptionAPIException. setFieldErrors(Map<String,LinkedList<String>> fieldErrors)APIExceptionAPIException. setFieldErrors(BindingResult result)APIExceptionAPIException. setHttpErrorCode(int httpErrorCode)APIExceptionAPIException. setPayload(Object payload)
-