You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :)