Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Edited by NavBot (vkp) v1.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

...

ERR09ERR14-CPP. Throw anonymous temporaries and catch by referenceDo not allow an exception class's methods to throw exceptions      12. Exceptions and Error Handling (ERR)      ERR31-CPP. Don't redefine errno