All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.util.NoSuchElementException Maven / Gradle / Ivy

The newest version!
package java.util;

public class NoSuchElementException extends RuntimeException {
    public NoSuchElementException() {}
    public NoSuchElementException(String s) {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy