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