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
Since unexpected end-of-input is a relatively common problem with input, it would make sense to expose it as distinct exception type, or, if more practical, using some property of JsonParseException that indicates this distinction.
The main is to eventually allow databinding to handle unexpected-eof in improved way to give better error messages.
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
(2.8) Consider adding special EofParseException as sub-class of JsonParseException
Consider adding special EofParseException as sub-class of JsonParseExceptionMay 27, 2016
cowtowncoder
changed the title
Consider adding special EofParseException as sub-class of JsonParseException
Add EofParseException as sub-class of JsonParseExceptionMay 27, 2016
cowtowncoder
changed the title
Add EofParseException as sub-class of JsonParseException
Add JsonEOFException as sub-class of JsonParseExceptionMay 27, 2016
Since unexpected end-of-input is a relatively common problem with input, it would make sense to expose it as distinct exception type, or, if more practical, using some property of
JsonParseException
that indicates this distinction.The main is to eventually allow databinding to handle unexpected-eof in improved way to give better error messages.
The text was updated successfully, but these errors were encountered: