blob: a3f8819068b8a09677eb0adbfbbf42c5c9421fc4 [file] [log] [blame]
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 {
}
}