detected at #14117
exceptions in ctors are added in scope of #5753
it is update resulted by pitest https://github.com/checkstyle/checkstyle/pull/5753/files#r189127556
we need to remove exceptions and find differen way to fix pitest survivals
spotbugs/spotbugs#2984 explains why this is a problem.
Fix imply that we might loose final modifiers on fields that previously were final due to massive logic in c-tor.
detected at #14117
exceptions in ctors are added in scope of #5753
it is update resulted by pitest https://github.com/checkstyle/checkstyle/pull/5753/files#r189127556
we need to remove exceptions and find differen way to fix pitest survivals
spotbugs/spotbugs#2984 explains why this is a problem.
Fix imply that we might loose
finalmodifiers on fields that previously were final due to massive logic in c-tor.