类 MathIllegalNumberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hipparchus.exception.MathRuntimeException
org.hipparchus.exception.MathIllegalArgumentException
org.hipparchus.migration.exception.MathIllegalNumberException
- 所有已实现的接口:
-
Serializable
,LocalizedException
- 直接已知子类:
-
DimensionMismatchException
,NonMonotonicSequenceException
,NotANumberException
,NotFiniteNumberException
,NumberIsTooLargeException
,NumberIsTooSmallException
,OutOfRangeException
,ZeroException
已过时。
数字错误引发的异常的基类。此类不应直接实例化:它应该作为创建由数字参数违反某些前提条件而引发的所有异常的基类。
- 另请参阅:
-
字段概要
-
构造器概要
限定符构造器说明protected
MathIllegalNumberException
(Localizable pattern, Number wrong, Object... arguments) 已过时。构造异常。 -
方法概要
从类继承的方法 org.hipparchus.exception.MathRuntimeException
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
从类继承的方法 java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
字段详细资料
-
INTEGER_ZERO
已过时。避免装箱警告。@since 3.3
-
-
构造器详细资料
-
MathIllegalNumberException
已过时。构造异常。- 参数:
-
pattern
- 本地化模式。 -
wrong
- 错误数字。 -
arguments
- 参数。
-
-
方法详细资料
-
getArgument
已过时。获取参数。- 返回:
- 参数
-
MathIllegalArgumentException