edu.sc.seis.seisFile.fdsnws.stationxml.StationXMLException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of seisFile Show documentation
Show all versions of seisFile Show documentation
A library for reading and writing seismic file formats in java.
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