Uses of Class java.util.NoSuchElementException

Uses in package java.util

Classes derived from java.util.NoSuchElementException

class
Thrown when a Scanner instance encounters a mismatch between the input data and the pattern it is trying to match it against.

Methods which throw type java.util.NoSuchElementException

Object
This does the same as nextTokens.
String
Returns the nextToken of the string.
String
Returns the nextToken, changing the delimiter set to the given delim.