0
Guys what is java.util.NoSuchElementExeption error
2 Answers
+ 7
"NoSuchElementException Thrown by the nextElement method of an Enumeration to indicate that there are no more elements in the enumeration."
http://docs.oracle.com/javase/7/docs/api/java/util/NoSuchElementException.html
Example of occurrence:
https://stackoverflow.com/questions/13729294/nosuchelementexception-with-java-util-scanner
0
thank you
but i have aldready tried those links