java.lang.IndexOutOfBoundsException Index: 0, Size: 0 에러 해결 방법( ArrayIndexOutOfBoundsException, StringIndexOutOfBoundsException)
오늘은 아주 빈번하게 만나게 되는 IndexOutOfBoundsException, ArrayIndexOutOfBoundsException, StringIndexOutOfBoundsException 예외에 대해서 알아보자. 이 세가지는 비스무리하기 때문에 한꺼번에 알아보자. API 문서를 보면 원인이 아주 쉽게 나온다. Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.Applications can subclass this class to indicate similar exceptions. 배열, 문자열 또는 벡터와 같은 일종의 인덱스가 범위를 벗어 났음을..
dev/java
2019. 12. 14. 15:12
최근에 올라온 글
최근에 달린 댓글