How to resolve At-clause should have a non-empty description? - Checkstyle - Java
Typically, you should write
* @throws Exception when this exceptional condition happens
e.g.
* @throws IllegalArgumentException when num is negative
...and generally explaining why that exception would occur.