Class ConvergenceFailureException

All Implemented Interfaces:
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:
  • Constructor Details

    • ConvergenceFailureException

      public ConvergenceFailureException(String message)