com.vividsolutions.jtstest.testbuilder.io.shapefile.ShapefileException Maven / Gradle / Ivy
The newest version!
package com.vividsolutions.jtstest.testbuilder.io.shapefile;
/**
* Thrown when an error relating to the shapefile
* occures
*/
public class ShapefileException extends Exception{
public ShapefileException(){
super();
}
public ShapefileException(String s){
super(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy