Create new exception type JsonNodeException
for use by JsonNode
-related problems
#3536
Labels
3.x
Issues to be only tackled for Jackson 3.x, not 2.x
With Jackson 3.0 we finally have
JacksonException
that is unchecked, and many methods inJsonNode
(and subtypes) can start throwingJacksonException
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. :)The text was updated successfully, but these errors were encountered: