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

java.text.ParseException Maven / Gradle / Ivy

The newest version!
package java.text;

public class ParseException extends Exception {
    public ParseException(String s, int errorOffset) {}

    public int getErrorOffset() {
        return 0;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy