class A { /** * @throws * @throws java.lang.IllegalArgumentException if b is negative */ public void method(int a, int b) {} }