Quantcast
Channel: Java异常
Viewing all articles
Browse latest Browse all 31

浅析Java语言中两种异常的差别

$
0
0
Java提供了两类主要的异常:runtime exception和checked exception。所有的checked exception是从java.lang.Exception类衍生出来的,而runtime exception则是从java.lang.RuntimeException或java.lang.Error类衍生出来的。 它们的不同之处表现在两方面:机制上和逻辑上。 ...
文章分类:Java异常
阅读全文

Viewing all articles
Browse latest Browse all 31

Trending Articles