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:
Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConvergenceFailureException
-