https://github.com/nicksguru/commons-exception-converter
Framework for converting exceptions
https://github.com/nicksguru/commons-exception-converter
exception-handling maven spring
Last synced: about 2 months ago
JSON representation
Framework for converting exceptions
- Host: GitHub
- URL: https://github.com/nicksguru/commons-exception-converter
- Owner: nicksguru
- License: lgpl-3.0
- Created: 2025-10-25T09:22:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-07T10:33:30.000Z (8 months ago)
- Last Synced: 2025-11-07T12:18:38.777Z (8 months ago)
- Topics: exception-handling, maven, spring
- Language: Java
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Nicks.Guru](https://nicks.guru) Commons Exception Converter

:rocket:

Framework for converting exceptions.
## Versioning
The version format is inspired by [Scalver](https://scalver.org) and looks like `M.yymmdd.N` (in UTC timezone), where:
* `M` - major version, same as in [SemVer](https://semver.org): starts from 0, increments in case of backwards
incompatibility
* `yy` - year minus 2000: 25 for 2025, 100 for 2100
* `mm` - month (zero-padded): 01 = Jan, 02 = Feb, 12 = Dec
* `dd` - day of month (zero-padded): 01 to 31
* `N` - incremental build number, starts from 0 every day
## Usage
See full version history on
[Maven Central](https://central.sonatype.com/namespace/guru.nicks.commons), use as follows:
```xml
guru.nicks.commons
bom
100.260504.0
pom
import
guru.nicks.commons
exception-converter
```
## Documentation
To browse the API documentation, click [here](https://nicks.guru/commons/commons-exception-converter/apidocs).
This software adheres to the BDD (Behavior-Driven Development) approach. See module usage examples in Cucumber
test [scenarios](src/test/resources/cucumber/) and [steps](src/test/java/guru/nicks/cucumber/).
## AI Tip
Grab a 10% discount on **GLM 4.7 Coding Plan** model.
🚀 Full support for 10+ top coding tools such as Claude Code, Cursor, Cline, Kilo Code, Roo Code, Sweep AI - starting at
just $3 per month. **[Subscribe now](https://z.ai/subscribe?ic=FQFBJRY7RM)** and take advantage of the limited-time
offer.

## Disclaimer
THIS CODE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. USE AT YOUR OWN RISK.
Copyright © 2025-2026 [nicks.guru](https://nicks.guru). All rights reserved.