Skip to content

Make ParsingException a RuntimeException #1328

@litetex

Description

@litetex

Currently ParsingException is a normal checked Exception that needs to be explicitly declared everywhere, where it might be thrown or used.

This is kind of problematic when working with Java's streaming API or other reactive patterns because you can't use checked exceptions there.

Therefore it would be a lot better to make ParsingException extend RuntimeException instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    code qualityImprovements to the codebase to improve the code quality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions