类 MathIllegalArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hipparchus.exception.MathRuntimeException
org.hipparchus.exception.MathIllegalArgumentException
- 所有已实现的接口:
-
Serializable,LocalizedException
- 直接已知子类:
-
ArcsSet.InconsistentStateAt2PiWrapping,IllConditionedOperatorException,InsufficientDataException,InvalidRepresentationException,JacobianMatrices.MismatchedEquations,MathIllegalNumberException,ModelSpecificationException,MultiDimensionMismatchException,NoBracketingException,NoDataException,NonPositiveDefiniteOperatorException,NonSelfAdjointOperatorException,NonSymmetricMatrixException,NotARotationMatrixException,SingularMatrixException,SingularOperatorException,UnknownParameterException,VariationalEquation.MismatchedEquations
所有前提条件违例异常的基类。在大多数情况下,不应直接实例化此类:它应该作为一个基类,用于创建所有具有标准
IllegalArgumentException 语义的异常。
- 另请参阅:
-
构造器概要
构造器构造器说明MathIllegalArgumentException(Throwable cause, Localizable specifier, Object... parts) 简单构造函数。MathIllegalArgumentException(Localizable pattern, Object... args) 简单构造函数。 -
方法概要
从类继承的方法 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
-
构造器详细资料
-
MathIllegalArgumentException
简单构造函数。- 参数:
-
pattern- 解释错误原因的消息模式。 -
args- 参数。
-
MathIllegalArgumentException
简单构造函数。- 参数:
-
cause- 根本原因。 -
specifier- 格式说明符(待翻译)。 -
parts- 要插入格式的部分(不翻译)。 - 从以下版本开始:
- 1.4
-