Serializable
, LocalizedException
public class TimeStampedCacheException extends OrekitException
GenericTimeStampedCache
.Constructor | Description |
---|---|
TimeStampedCacheException(Throwable cause,
org.hipparchus.exception.Localizable specifier,
Object... parts) |
Simple constructor.
|
TimeStampedCacheException(org.hipparchus.exception.Localizable specifier,
Object... parts) |
Simple constructor.
|
TimeStampedCacheException(org.hipparchus.exception.MathRuntimeException exception) |
Simple constructor.
|
TimeStampedCacheException(OrekitException exception) |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
static TimeStampedCacheException |
unwrap(org.hipparchus.exception.MathRuntimeException exception) |
Recover a TimeStampedCacheException, possibly embedded in a
MathRuntimeException . |
static TimeStampedCacheException |
unwrap(OrekitException oe) |
Recover a TimeStampedCacheException, possibly embedded in a
OrekitException . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
- format specifier (to be translated)parts
- parts to insert in the format (no translation)public TimeStampedCacheException(Throwable cause, org.hipparchus.exception.Localizable specifier, Object... parts)
cause
- underlying causespecifier
- format specifier (to be translated)parts
- parts to insert in the format (no translation)public TimeStampedCacheException(OrekitException exception)
OrekitException
instanceexception
- underlying causepublic TimeStampedCacheException(org.hipparchus.exception.MathRuntimeException exception)
exception
- underlying Hipparchus exceptionpublic static TimeStampedCacheException unwrap(OrekitException oe)
OrekitException
.
If the OrekitException
does not embed a TimeStampedCacheException, a
new one will be created.
oe
- OrekitException to analyzepublic static TimeStampedCacheException unwrap(org.hipparchus.exception.MathRuntimeException exception)
MathRuntimeException
.
If the MathRuntimeException
does not embed a TimeStampedCacheException, a
new one will be created.
exception
- MathRuntimeException to analyzeCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.