JAVA异常——分类导航

Java异常体系结构:http://blog.csdn.net/junlixxu/article/details/6096266

深入理解java异常处理机制:http://blog.csdn.net/hguisu/article/details/6155636

异常的限制,异常说明在类继承是怎样的:http://quicker.iteye.com/blog/550958

注意异常丢失的情况:http://quicker.iteye.com/blog/550957

捕获异常然后抛出另一个异常发生了什么:http://quicker.iteye.com/blog/550956

异常类抛出使用:fillInStackTrace:http://quicker.iteye.com/blog/550954

try与finally块中return的问题:http://quicker.iteye.com/blog/571740

你可能感兴趣的:(JAVA异常)