Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

This rule appears in the Java Secure Coding Standard as EXC08-J. Try to gracefully recover from system errors.

Bibliography

Wiki Markup\[[ISO/IEC 14882-2003|AA. Bibliography#ISO/IEC 14882-2003]\] \[
[MISRA 08|AA. Bibliography#MISRA 08] \] Rule 15-3-2, 15-3-4

...

ERR14-CPP. Do not allow an exception class's copy constructor to throw exceptions      12. Exceptions and Error Handling (ERR)      ERR31-CPP. Don't redefine errno