Java관련/Java

NoSuchElementException

devstep 2022. 4. 16. 21:00

Exception 종류 - NoSuchElementException

순차적 검색이 가능한 데이터프레임 안에 담긴 자료를 가져올 때 next() 메서드를 써서 데이터를 가져오는데,
이때 하나의 값에 대해서 next가 두 번 나오게되면 발생하는 오류이다.