类 DimensionMismatchException
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
org.hipparchus.migration.exception.DimensionMismatchException
- 所有已实现的接口:
-
Serializable
,LocalizedException
已过时。
两个维度不同时抛出的异常。
- 另请参阅:
-
字段概要
从类继承的字段 org.hipparchus.migration.exception.MathIllegalNumberException
INTEGER_ZERO
-
构造器概要
构造器说明DimensionMismatchException
(int wrong, int expected) 已过时。从不匹配的维度构造异常。DimensionMismatchException
(Localizable specific, int wrong, int expected) 已过时。从不匹配的维度构造异常。 -
方法概要
从类继承的方法 org.hipparchus.migration.exception.MathIllegalNumberException
getArgument
从类继承的方法 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
-
构造器详细资料
-
DimensionMismatchException
已过时。从不匹配的维度构造异常。- 参数:
-
specific
- 具体的上下文信息模式。 -
wrong
- 错误的维度。 -
expected
- 预期的维度。
-
DimensionMismatchException
public DimensionMismatchException(int wrong, int expected) 已过时。从不匹配的维度构造异常。- 参数:
-
wrong
- 错误的维度。 -
expected
- 预期的维度。
-
-
方法详细资料
-
getDimension
public int getDimension()已过时。获取预期的维度。- 返回:
- 预期的维度。
-
MathIllegalArgumentException