Uses of Class
java.util.NoSuchElementException

Packages that use NoSuchElementException
java.util   
 

Uses of NoSuchElementException in java.util
 

Subclasses of NoSuchElementException in java.util
 class InputMismatchException
          An InputMismatchException is thrown by a scanner to indicate that the next token does not match the pattern the specified type.