Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 670 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 670 Bytes

nrich-core-api

Maven Central

Overview

Contains classes that are used across other nrich modules but can also be used independently of nrich. Two classes are provided: a custom exception EntityNotFoundException that can be used inside projects to indicate that an entity was not found, and ExceptionWithArguments interface that provides a way for adding arguments for exception message resolving from MessageSource inside NotificationErrorHandlingRestControllerAdvice.