Checked Exception

· 개발/JAVA
Checked Exception, Unchecked Exception 언제 써야 할까? JAVA의 Checked Exception, Unchecked Exception(Runtime Exception) 두 사이의 Exception 중 과연 어떤걸 써야할지에 대해서 고민해보고 정리해보겠습니다. 생각 정리에 앞서 간단하게 분리를 해보겠습니다. Checked Exception Unchecked Exception 예외 처리가 필요한 예외 임으로 반드시 예외를 처리가 필요하여 try - catch를 강제적으로 수행하게 됨 예외처리를 강제하지 않는다. 컴파일 시점에서 검사 런타임 시점에서 검사 RuntimeException을 상속받지 않은 Exception RuntimeException 을 상속하여 만들어짐 언뜻 ..
beng9re
'Checked Exception' 태그의 글 목록