Labelled content
Every content item in this list is tagged with all the required labels:
To add a label to the list of required labels, choose '+ labelname' from Related Labels.
To remove a label from the required labels, choose '- labelname' from above.
-
ERR51-J. Prefer user-defined exceptions over more general exception types (SEI CERT Oracle Coding Standard for Java)
-
ERR52-J. Avoid in-band error indicators (SEI CERT Oracle Coding Standard for Java)
-
ERR56-CPP. Guarantee exception safety (SEI CERT C++ Coding Standard)
-
-
ERR58-CPP. Handle all exceptions thrown before main() begins executing (SEI CERT C++ Coding Standard)
-
ERR50-J. Use exceptions only for exceptional conditions (SEI CERT Oracle Coding Standard for Java)
-
ERR03-J. Restore prior object state on method failure (SEI CERT Oracle Coding Standard for Java)
-
ERR55-CPP. Honor exception specifications (SEI CERT C++ Coding Standard)
-
-