public class TimeStampedCacheException extends OrekitException
GenericTimeStampedCache
期间抛出的特定异常的基类。
Constructor and Description |
---|
TimeStampedCacheException(org.hipparchus.exception.Localizable specifier, Object... parts)
简单构造函数。
|
TimeStampedCacheException(org.hipparchus.exception.MathRuntimeException exception)
简单构造函数。
|
TimeStampedCacheException(OrekitException exception)
简单构造函数。
|
TimeStampedCacheException(Throwable cause, org.hipparchus.exception.Localizable specifier, Object... parts)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
static TimeStampedCacheException |
unwrap(org.hipparchus.exception.MathRuntimeException exception)
恢复一个TimeStampedCacheException,可能嵌入在一个 MathRuntimeException 中。
|
static TimeStampedCacheException |
unwrap(OrekitException oe)
恢复一个TimeStampedCacheException,可能嵌入在一个 OrekitException 中。
|
getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TimeStampedCacheException(org.hipparchus.exception.Localizable specifier, Object... parts)
specifier
- 格式说明符(需要翻译)
parts
- 要插入格式中的部分(不需要翻译)
public TimeStampedCacheException(Throwable cause, org.hipparchus.exception.Localizable specifier, Object... parts)
cause
- 根本原因
specifier
- 格式说明符(需要翻译)
parts
- 要插入格式中的部分(不需要翻译)
public TimeStampedCacheException(OrekitException exception)
OrekitException
实例的异常
exception
- 根本原因
public TimeStampedCacheException(org.hipparchus.exception.MathRuntimeException exception)
exception
- Hipparchus异常
public static TimeStampedCacheException unwrap(OrekitException oe)
OrekitException
中。
如果OrekitException
没有嵌入一个TimeStampedCacheException,将创建一个新的异常。
oe
- 要分析的OrekitException
public static TimeStampedCacheException unwrap(org.hipparchus.exception.MathRuntimeException exception)
MathRuntimeException
中。
如果MathRuntimeException
没有嵌入一个TimeStampedCacheException,将创建一个新的异常。
exception
- 要分析的MathRuntimeException
Copyright © 2002-2023 CS GROUP. All rights reserved.