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.
-
ERR50-CPP. Do not abruptly terminate the program (SEI CERT C++ Coding Standard)
-
ERR06-J. Do not throw undeclared checked exceptions (SEI CERT Oracle Coding Standard for Java)
-
ERR07-J. Do not throw RuntimeException, Exception, or Throwable (SEI CERT Oracle Coding Standard for Java)
-
ERR08-J. Do not catch NullPointerException or any of its ancestors (SEI CERT Oracle Coding Standard for Java)
-
-
ERR00-J. Do not suppress or ignore checked exceptions (SEI CERT Oracle Coding Standard for Java)
-
ERR02-J. Prevent exceptions while logging data (SEI CERT Oracle Coding Standard for Java)
-
ERR09-J. Do not allow untrusted code to terminate the JVM (SEI CERT Oracle Coding Standard for Java)
-
ERR53-J. Try to gracefully recover from system errors (SEI CERT Oracle Coding Standard for Java)
-