Class java.util.NoSuchElementException (1.0)


public class NoSuchElementException extends RuntimeException {
  // Public Constructors
    public NoSuchElementException( );
    public NoSuchElementException(String s);
}