Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
perform exception handling outside Parser.parse method (#107)
Browse files Browse the repository at this point in the history
* perform exception handling outside Parser.parse method
 -> allows more consistent use of config.isHaltOnError() (by default everything is logged, but overriding that behavior is easier now)
considering all checked and unchecked exceptions as parsing exceptions (was the de facto behavior)

* fix groovy code

* set onContentFetchError()-methods deprecated for removal in later versions, add one where the Exception is passed in

* set variable final

* [EMPTY] Rerun build checks

Co-authored-by: Bram Bogaert <bogaert.bram+git[at]gmail.com>
  • Loading branch information
brbog committed Aug 12, 2022
1 parent bbdd69c commit 9fa6b3c
Show file tree
Hide file tree
Showing 6 changed files with 306 additions and 303 deletions.
Loading

0 comments on commit 9fa6b3c

Please sign in to comment.