오류리포트 [오류리포트] java.lang.ArrayIndexOutOfBoundsException by ssunooo 2024. 7. 22. 없는 인덱스를 입력했을 때 오류 오류가 난 이유 배열에 포함된 번째의 인덱스로 바꿔주니 해결되었다. 공유하기 게시글 관리 개발자일지 '오류리포트' 카테고리의 다른 글 [오류리포트] java.util.InputMismatchException (2) 2024.07.22 [오류리포트] java.lang.ArithmeticException (1) 2024.07.22 [오류리포트] Exception in thread "main" java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because the return value of "service.model.StudentDTO.getCondition()" is null (0) 2024.07.18 [오류리포트] Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method score(int) is undefined for the type Student at class01.Test01.main(Test01.java:63) (0) 2024.07.12 [오류리포트] Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3 at class02.Error01.main(Error01.java:127) (0) 2024.07.05 관련글 [오류리포트] java.util.InputMismatchException [오류리포트] java.lang.ArithmeticException [오류리포트] Exception in thread "main" java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because the return value of "service.model.StudentDTO.getCondition()" is null [오류리포트] Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method score(int) is undefined for the type Student at class01.Test01.main(Test01.java:63)