ppkarwasz opened a new pull request, #51:
URL: https://github.com/apache/commons-xml/pull/51

   The JVM wraps any exception thrown during static initialization in 
`ExceptionInInitializerError`, so the `HardeningException` wrapper in the two 
resolver floors never reached callers as `IllegalStateException`. The helpers 
now declare the checked exceptions they naturally throw, and the static 
initializer rethrows `ExceptionInInitializerError` directly.
   
   These exceptions are **very unlikely** to ever occur, but if they occur, 
they'll have one less level of nesting.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to