NumberFormatException in nullable Int #133
-
I am currently using the library to parse the XML responses of an API I do not control. One of the fields in this API is an attribute that represents an integer, and may or may not have a value. When it does not have a value, it is represented as an empty string in the delivered XML. These instances are currently throwing a Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The current implementation does not have support for recovering from errors in the parsing of contents (including number formats). There are 3 workarounds:
|
Beta Was this translation helpful? Give feedback.
The current implementation does not have support for recovering from errors in the parsing of contents (including number formats). There are 3 workarounds: