Files
2025-02-05 04:43:28 +00:00

7 lines
279 B
HTML

<html>
<body>
Reports <code>null</code> literals that are used as the argument of a <code>throw</code> statement.
<p>Such constructs produce a <code>java.lang.NullPointerException</code> that usually should not be thrown programmatically.</p>
<!-- tooltip end -->
</body>
</html>