Java常见异常

Java常见异常,第1张

Java常见异常 集合相关异常
//索引越界异常
IndexOutOfBoundsException
//数组索引越界异常
ArrayIndexOutOfBoundsException
//字符串索引越界异常
ArrayIndexOutOfBoundsException

没有元素异常

NoSuchElementException
//避免 没有元素异常
if (!list.isEmpty()) {
	// *** 作集合
}

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zaji/5693507.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-17
下一篇 2022-12-17

发表评论

登录后才能评论

评论列表(0条)

保存