Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cowtowncoder opened this issue Jul 3, 2022 · 1 comment
Labels

Comments

@cowtowncoder
Copy link
Member

cowtowncoder commented Jul 3, 2022

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. :)

@cowtowncoder cowtowncoder changed the title (3.0) Create new exception type (like TreeNodeException) for use by JsonNode-related problems Create new exception type JsonNodeException for use by JsonNode-related problems Jul 28, 2022
@cowtowncoder
Copy link
Member Author

Was added with an earlier commit, marking closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant