Package org.locationtech.proj4j
Class ConvergenceFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.locationtech.proj4j.Proj4jException
-
- org.locationtech.proj4j.ConvergenceFailureException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConvergenceFailureException extends Proj4jException
Signals that an interative mathematical algorithm has failed to converge. This is usually due to values exceeding the allowable bounds for the computation in which they are being used.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConvergenceFailureException(java.lang.String message)
-