1、异常分类
Error,RuntimeException及它们的子类是Checked Exception.
Throwable,Exception本身是Unchecked Exception。
2、getStackTraceElement 堆栈信息,如类名,方法名,行号等行
本文共 186 字,大约阅读时间需要 1 分钟。
1、异常分类
Error,RuntimeException及它们的子类是Checked Exception.
Throwable,Exception本身是Unchecked Exception。
2、getStackTraceElement 堆栈信息,如类名,方法名,行号等行
转载于:https://my.oschina.net/u/127863/blog/198907