📜  抛出错误java代码示例

📅  最后修改于: 2022-03-11 14:52:23.948000             🧑  作者: Mango

代码示例6
void testMethod() throws ArithmeticException, ArrayIndexOutOfBoundsException {
    // rest of code
}