| Class | Description |
|---|---|
| EmptyErrors | just a concrete errors implementation for the binding errors so we can use it as a placeholder |
| RepoExceptionSupport | Handler and translator for exceptions thrown by the Repository |
| Exception | Description |
|---|---|
| EntityNotFoundException | an extension of the DataRetrievalFailureException that is more performant. fillInStackTrace is overriden to show nothing so it will be faster and consume less memory when thrown. |
| EntityValidationException | an extension of the default ValidationException so you can pass the entity and the message map |