exceptions-spring

Installation
SKILL.md

Exceptions Spring Boot (apigen-exceptions)

Configuration

apigen:
  exceptions:
    include-stack-trace: ${DEBUG:false}
    include-message: always
    log-full-details: true
    problem-base-uri: https://api.example.com/errors

Base Exception Hierarchy

public abstract class ApiException extends RuntimeException {
Installs
1
First Seen
May 20, 2026
exceptions-spring — jnzader-vault/project-starter-framework