...
Wiki Markup |
---|
\[[MITRE 09|AA. Java References#MITRE 09]\] [CWE ID 396|http://cwe.mitre.org/data/definitions/396.html] "Declaration of Catch for Generic Exception", [CWE ID 7|http://cwe.mitre.org/data/definitions/7.html] "J2EE Misconfiguration: Missing Error Handling", [CWE ID 537|http://cwe.mitre.org/data/definitions/537.html] "Information Leak Through Java Runtime Error Message", [CWE ID 536|http://cwe.mitre.org/data/definitions/536.html] "Information Leak Through Servlet Runtime Error Message" \[[Schweisguth 03|AA. Java References#Schweisguth 03]\] \[[JLS 05|AA. Java References#JLS 05]\] [Chapter 11, Exceptions|http://java.sun.com/docs/books/jls/third_edition/html/exceptions.html] \[[Tutorials 08|AA. Java References#tutorials 08]\] [Exceptions|http://java.sun.com/docs/books/tutorial/essential/exceptions/index.html] \[[Doshi 03|AA. Java References#Doshi 03]\] \[[Muller 02|AA. Java References#Muller 02]\] |
...
EXC03EXC31-J. Try to recover gracefully from system errorsHandle checked exceptions that can be thrown within a finally block 11. Exceptional Behavior (EXC) EXC30EXC33-J. Do not exit abruptly from a finally blockthrow RuntimeException or Exception