Reports declarations of unchecked exceptions (RuntimeException and its subclasses) in the
throws
clause of a method. Declaration of unchecked exceptions are not required and may be removed or moved to a Javadoc
@throws
tag.