
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)
-
-
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)
-
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)