blob: 02ba559ab5b8790b5c37f0ede62d6ba228457080 [file] [log] [blame]
class Test {
/**
*@throws ArrayIndexOutOfBoundsException in some case
*@throws ArrayIndexOutOfBoundsException and in some other case
*/
void foo() throws ArrayIndexOutOfBoundsException {
}
}