Skip to content

Create new exception type JsonNodeException for use by JsonNode-related problems #3536

@cowtowncoder

Description

@cowtowncoder

With Jackson 3.0 we finally have JacksonException that is unchecked, and many methods in JsonNode (and subtypes) can start throwing JacksonException instead of various JDK exception types.
But we do not yet have a new type to use: let's add one.

Name could be JsonNodeException; I can start with that but we can also consider better names if anyone can suggest one. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.xIssues to be only tackled for Jackson 3.x, not 2.x

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions