checked Exception和unchecked exception

checked Exception:

io,sql等exception,程序无法控制的

unchecked exception:

包括Error与RuntimeException及其子类,如:OutOfMemoryError, UndeclaredThrowableException, IllegalArgumentException, IllegalMonitorStateException, NullPointerException, IllegalStateException, IndexOutOfBoundsException等程序瑕疵。    

posted @ 2016-10-19 14:52  swaggyC  阅读(196)  评论(0)    收藏  举报