checked Exception:
io,sql等exception,程序无法控制的
unchecked exception:
包括Error与RuntimeException及其子类,如:OutOfMemoryError, UndeclaredThrowableException, IllegalArgumentException, IllegalMonitorStateException, NullPointerException, IllegalStateException, IndexOutOfBoundsException等程序瑕疵。