Skip to content

Use RuntimeException instead of checked exceptions (ApiException) #5

@dominik-kovacs

Description

@dominik-kovacs

according to docs it's possible to generate the client without checked exceptions
https://openapi-generator.tech/docs/generators/java/
parameter useRuntimeException

It would reduce lots of boilerplate code, since these exception are usually converted to unchecked exceptions, not bringing actual value

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions