java 异常架构图

cu

红色为检查异常,就是eclipse要提示你是try catch 还是throws。

非检查异常,就是/0,nullpointexception,数据越界访问indexOfOutBounds 异常

错误: 最常见的oom错误,还有classnotFoundeError,StackOverflowError :

原文地址:https://www.cnblogs.com/hansongjiang/p/3997031.html