Versions Compared

Key

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

...

[ISO/IEC 14882-2014]

15.1, "Throwing an Exception"
15.3, "Handling an Exception"
15.5.1, "The std::terminate() Function"

[MISRA 08]Rule 15-3-2, "There should be at least one exception handler to catch all otherwise unhandled exceptions"
Rule 15-3-4, "Each exception explicitly thrown in the code shall have a handler of a compatible type in all call paths that could lead to that point"

Image Modified  Image Modified