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

com.vividsolutions.jtstest.testbuilder.io.shapefile.InvalidShapefileException Maven / Gradle / Ivy

The newest version!
package com.vividsolutions.jtstest.testbuilder.io.shapefile;

/**
 * Thrown when an attempt is made to load a shapefile
 * which contains an error such as an invlaid shape
 */
public class InvalidShapefileException extends ShapefileException{
    public InvalidShapefileException(String s){
        super(s);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy