类 MathInternalError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hipparchus.exception.MathRuntimeException
org.hipparchus.exception.MathIllegalStateException
org.hipparchus.migration.exception.MathInternalError
- 所有已实现的接口:
-
Serializable
,LocalizedException
已过时。
当发生不应该发生的情况时触发异常。
- 另请参阅:
-
构造器概要
构造器说明已过时。简单构造函数。MathInternalError
(Throwable cause) 已过时。简单构造函数。MathInternalError
(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
-
构造器详细资料
-
MathInternalError
public MathInternalError()已过时。简单构造函数。 -
MathInternalError
已过时。简单构造函数。- 参数:
-
cause
- 根本原因
-
MathInternalError
已过时。接受本地化消息的构造函数。- 参数:
-
pattern
- 解释错误原因的消息模式。 -
args
- 参数。
-
MathIllegalStateException