
org.osgeo.proj4j.InvalidValueException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geotrellis-proj4_2.11 Show documentation
Show all versions of geotrellis-proj4_2.11 Show documentation
GeoTrellis is an open source geographic data processing engine for high performance applications.
The newest version!
package org.osgeo.proj4j;
/**
* Signals that a parameter or computed internal variable
* has a value which lies outside the
* allowable bounds for the computation in which it is being used.
*
* @author mbdavis
*
*/
public class InvalidValueException extends Proj4jException {
public InvalidValueException() {
super();
}
public InvalidValueException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy