gpt4 book ai didi

java - 为什么要先捕获 ArrayIndexOutOfBoundsException 再捕获 IndexOutOfBoundsException?

转载 作者:行者123 更新时间:2023-12-01 00:06:33 24 4
gpt4 key购买 nike

<分区>

让我们引用下一段代码:

try{
/*Code that may throw IndexOutOfBoundsException or ArrayIndexOut......*/
} catch (IndexOutOfBoundsException e){
/*handle*/
} catch (ArrayIndexOutOfBoundsException e){
/*handle*/
}
  • 为什么这不编译,但如果切换 catch 子句的顺序它编译?

  • 也许我必须先写一个特定的异常,然后再写一个更通用的异常?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com