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

perform exception handling outside Parser.parse method #107

Merged
merged 5 commits into from
Aug 12, 2022

Commits on Aug 8, 2022

  1. 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)
    Bram Bogaert committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    5f208ed View commit details
    Browse the repository at this point in the history
  2. fix groovy code

    Bram Bogaert committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    e5c88df View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. set onContentFetchError()-methods deprecated for removal in later ver…

    …sions, add one where the Exception is passed in
    Bram Bogaert committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    74beed2 View commit details
    Browse the repository at this point in the history
  2. set variable final

    Bram Bogaert committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    8861b95 View commit details
    Browse the repository at this point in the history
  3. [EMPTY] Rerun build checks

    Bram Bogaert committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    4cc1eda View commit details
    Browse the repository at this point in the history