예외처리 (throwable, exception, error, throws)

검사 예외 (Checked Exception)

비검사 예외 (Unchecked Exception; Error & Runtime Exception)

Exception, RuntimeException, Error 를 상속하지 않는 throwable 은 만들지 말라!