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

org.osgeo.proj4j.InvalidValueException Maven / Gradle / Ivy

Go to download

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