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 void
GloopMethods. 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 APIException
APIException. addErrorMessage(String errorMessage)
APIException
APIException. addFieldError(String name, String error)
APIException
APIException. setApiErrorCode(int apiErrorCode)
APIException
APIException. setFieldErrors(Map<String,LinkedList<String>> fieldErrors)
APIException
APIException. setFieldErrors(BindingResult result)
APIException
APIException. setHttpErrorCode(int httpErrorCode)
APIException
APIException. setPayload(Object payload)
-