1
MissingThrowsTest.java:14: warning: no @throws for java.lang.Exception
2
void missingThrows() throws Exception { }
3
^
4
1 warning