CheckedException

스크린샷 2023-03-09 오후 8.33.26.png

ex) IOExceptionRuntimeException을 상속받지 않고, Exception 클래스만을 상속받기 때문에 CheckedException 이다.


UnCheckedException

RuntimeException 클래스를 상속받는 클래스.

스크린샷 2023-03-09 오후 8.33.07.png

IllegalArgumentExceptionRuntimeException 을 상속받기 때문에 UnCheckedException 이다.