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

org.xml.sax.SAXParseException Maven / Gradle / Ivy

Go to download

OpenGL vector map library written in Java - running on Android, iOS, Desktop and within the browser.

There is a newer version: 0.20.0
Show newest version
package org.xml.sax;

public class SAXParseException extends SAXException {

    /**
     *
     */
    private static final long serialVersionUID = 1L;

    public SAXParseException(String str) {
        super(str);
    }

    public SAXParseException(String str, Throwable throwable) {
        super(str);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy