2017년 5월 21일 일요일

프로그래머가 직접 발생시킬 수 없는 Exception

* 프로그래머가 직접 발생시킬 수 없는 Exception
throw new ClassNotFoundException();
throw new CloneNotSupportedException();
throw new IllegalAccessException();
throw new InstantiationException();
throw new InterruptedException();
throw new NoSuchFieldException();
throw new NoSuchMethodException();