exception

예외는 3개가 있다 checked exception, Error, unchecked Exception

checked exception은 컴파일 중 검출되는 정적 예외

Error는 프로그램 외부에서 발생되는 에러

unchecked exception은 런타임 중 발생되는 예외