All Classes and Interfaces

Class
Description
Response object that represents some error state from the API.
 
Provides default exception handling for a variety of Spring MVC Exceptions
 
Exception resolver for ValidationException along with Spring bind exceptions that are annotated with @Valid
Spring Boot error attributes to make default errors look like an ApiError.
Auto configuration for exception handling for validation
While ValidationException is useful for single-entity validation, this exception should be used for throwing a single exception after validating multiple entities.
 
 
Annotation used to apply a consistent Order to framework exception advisors.
Represents an individual global error that came back from the API.
Exception advisor with a handler that handles uncaught illegal argument exceptions by logging them and returning an error response.
This exception can be thrown when a required message header is not found.
Exception advisor with a handler that handles uncaught runtime exceptions by logging them and returning an error response.
Indicates that there was a validation error