Add JacksonException
as parent class of JsonProcessingException
(for 3.x compatibility)
#640
Milestone
JacksonException
as parent class of JsonProcessingException
(for 3.x compatibility)
#640
Plan for Jackson 3.x includes big changes to exception handling (see https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-4), but one thing that might help future-proofing slightly would be to introduce the ultimate super type now in 2.12.
While
JacksonException
would still extendjava.io.IOException
(and this be checked), it could allow some changes to be made earlier, esp. for documentation.The text was updated successfully, but these errors were encountered: