Back to Error Prone

ThrowsUncheckedException

docs/bugpattern/ThrowsUncheckedException.md

2.49.0257 B
Original Source

Effective Java 3rd Edition §74 says:

Use the Javadoc @throws tag to document each exception that a method can throw, but do not use the throws keyword on unchecked exceptions.