mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-13 20:36:34 +07:00
9 lines
198 B
Java
9 lines
198 B
Java
class Test {
|
|
/**
|
|
*@throws ArrayIndexOutOfBoundsException in some case
|
|
*@throws ArrayIndexOutOfBoundsException and in some other case
|
|
*/
|
|
void foo() throws ArrayIndexOutOfBoundsException {
|
|
|
|
}
|
|
} |