Package org.meteoinfo.projection.proj4j
Class InvalidValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.meteoinfo.projection.proj4j.Proj4jException
-
- org.meteoinfo.projection.proj4j.InvalidValueException
-
public class InvalidValueException extends Proj4jException
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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidValueException()InvalidValueException(java.lang.String message)
-