Uses of Class
org.kiwiproject.jaxrs.exception.ErrorMessage
Packages that use ErrorMessage
-
Uses of ErrorMessage in org.kiwiproject.jaxrs.exception
Methods in org.kiwiproject.jaxrs.exception that return ErrorMessageModifier and TypeMethodDescriptionstatic ErrorMessageBuild anErrorMessagefrom the given map of properties, whose keys must correspond to the property names and whose values must have the expected type.Methods in org.kiwiproject.jaxrs.exception that return types with arguments of type ErrorMessageMethod parameters in org.kiwiproject.jaxrs.exception with type arguments of type ErrorMessageModifier and TypeMethodDescriptionstatic JaxrsValidationExceptionJaxrsValidationException.ofErrorMessages(List<ErrorMessage> errorMessages) Factory method to create validation exception from a non-null list ofErrorMessage.protected final voidJaxrsException.setErrors(List<ErrorMessage> errorMessages) Change theErrorMessageobjects contained in this exception.Constructors in org.kiwiproject.jaxrs.exception with parameters of type ErrorMessageModifierConstructorDescriptionJaxrsException(ErrorMessage error) New instance with given ErrorMessage.JaxrsException(ErrorMessage error, Throwable cause) New instance with given ErrorMessage and Throwable.Constructor parameters in org.kiwiproject.jaxrs.exception with type arguments of type ErrorMessageModifierConstructorDescriptionJaxrsException(List<ErrorMessage> errors, @Nullable Integer statusCode) New "aggregate" instance with given list of ErrorMessage objects.JaxrsValidationException(List<ErrorMessage> errorMessages) New instance with givenErrorMessageobjects.