Package org.locationtech.proj4j
Class InvalidValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.locationtech.proj4j.Proj4jException
-
- org.locationtech.proj4j.InvalidValueException
-
- All Implemented Interfaces:
java.io.Serializable
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(java.lang.String message)
InvalidValueException(java.lang.String message, java.lang.Exception cause)
-