Inspectopedia
 
2024.3

Unchecked 'Exception' class

Warning
New
Last modified: 03 December 2024

Reports subclasses of java.lang.RuntimeException.

Some coding standards require that all user-defined exception classes are checked.

Example: