Display quick javadoc for the following piece of code:
java.security.MessageDigest md = java.security.MessageDigest.getInstance("");
(with the caret on the getInstance method.
The "Throws" section displays the "NoSuchAlgorithmException" and associated details twice.