JAVA 异常(Throwable)分为三类
Error:处理不了的类
Exception:必须处理的类
RuntimeException:可以处理但不用处理的类
try {
} catch
转载于:https://www.cnblogs.com/fanren224/p/8457193.html