public class TimeStampedCacheException extends OrekitException
GenericTimeStampedCache
.Constructor and Description |
---|
TimeStampedCacheException(org.apache.commons.math3.exception.util.ExceptionContextProvider provider)
Simple constructor.
|
TimeStampedCacheException(org.apache.commons.math3.exception.util.Localizable specifier,
Object... parts)
Simple constructor.
|
TimeStampedCacheException(OrekitException exception)
Simple constructor.
|
TimeStampedCacheException(Throwable cause,
org.apache.commons.math3.exception.util.Localizable specifier,
Object... parts)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
static TimeStampedCacheException |
unwrap(org.apache.commons.math3.exception.util.ExceptionContextProvider provider)
Recover a PropagationException, possibly embedded in an
ExceptionContextProvider . |
static TimeStampedCacheException |
unwrap(OrekitException oe)
Recover a PropagationException, possibly embedded in a
OrekitException . |
createIllegalArgumentException, createIllegalStateException, createInternalError, createParseException, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TimeStampedCacheException(org.apache.commons.math3.exception.util.Localizable specifier, Object... parts)
specifier
- format specifier (to be translated)parts
- parts to insert in the format (no translation)public TimeStampedCacheException(Throwable cause, org.apache.commons.math3.exception.util.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.apache.commons.math3.exception.util.ExceptionContextProvider provider)
provider
- underlying causepublic static TimeStampedCacheException unwrap(OrekitException oe)
OrekitException
.
If the OrekitException
does not embed a PropagationException, a
new one will be created.
oe
- OrekitException to analyzepublic static TimeStampedCacheException unwrap(org.apache.commons.math3.exception.util.ExceptionContextProvider provider)
ExceptionContextProvider
.
If the ExceptionContextProvider
does not embed a PropagationException, a
new one will be created.
provider
- ExceptionContextProvider to analyzeCopyright © 2002–2016 CS Syst?mes d'Information. All rights reserved.