类 ConvergenceFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.meteoinfo.projection.proj4j.Proj4jException
-
- org.meteoinfo.projection.proj4j.ConvergenceFailureException
-
- 所有已实现的接口:
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.- 作者:
- mbdavis
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ConvergenceFailureException()ConvergenceFailureException(java.lang.String message)
-