class Test { /** * Test. * @throws java.lang.Exception in case of problems * @exception java.lang.Exception in case of other problems */ void test() throws java.lang.Exception { } }