edu.iris.dmc.seed.InvalidBlocketteCriteria Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-4-seed Show documentation
Show all versions of java-4-seed Show documentation
Java API to work with seismic dataless seed
The newest version!
package edu.iris.dmc.seed;
public class InvalidBlocketteCriteria extends Exception {
public InvalidBlocketteCriteria(String message){
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy