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

edu.sc.seis.seisFile.fdsnws.stationxml.StationXMLException Maven / Gradle / Ivy

The newest version!
package edu.sc.seis.seisFile.fdsnws.stationxml;

import edu.sc.seis.seisFile.SeisFileException;


public class StationXMLException extends SeisFileException {

    public StationXMLException() {
    }

    public StationXMLException(String arg0) {
        super(arg0);
    }

    public StationXMLException(Throwable arg0) {
        super(arg0);
    }

    public StationXMLException(String arg0, Throwable arg1) {
        super(arg0, arg1);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy