Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It also catches Throwable, as warranted by EX0 of ERR14-J. Catch specific exceptions rather than the more general RuntimeException or ExceptionDo not catch RuntimeException, It also uses the MyExceptionReporter class described in guideline ERR01-J. Use a class dedicated to reporting exceptions, which handles responsibility for filtering sensitive information from any resulting exceptions.

...