| Class | Description |
|---|---|
| DefaultExceptionHandlerControllerAdvice<T extends java.lang.Throwable> |
Handles exceptions thrown from in controllers or inner routines
|
| ErrorResponse |
Error DTO, to be sent as response body
in case of errors
|
| ErrorResponseComposer<T extends java.lang.Throwable> |
Given an exception, builds a response.
|
| LemonErrorAttributes<T extends java.lang.Throwable> |
Used for handling exceptions that can't be handled by
DefaultExceptionHandlerControllerAdvice,
e.g. |
| LemonErrorController |
Used for handling exceptions that can't be handled by
DefaultExceptionHandlerControllerAdvice,
e.g. |
| Exception | Description |
|---|---|
| MultiErrorException |
An exception class which can contain multiple errors.
|
| VersionException |
Version exception, to be thrown when concurrent
updates of an entity is noticed.
|