PreferThrowsTag
Prefer the @throws javadoc tag instead of @exception.

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("PreferThrowsTag") to the enclosing element.