|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.orekit.errors.OrekitException
org.orekit.errors.TimeStampedCacheException
public class TimeStampedCacheException
This class is the base class for all specific exceptions thrown by
during the TimeStampedCache.
| Constructor Summary | |
|---|---|
TimeStampedCacheException(ExceptionContextProvider provider)
Simple constructor. |
|
TimeStampedCacheException(Localizable specifier,
Object... parts)
Simple constructor. |
|
TimeStampedCacheException(OrekitException exception)
Simple constructor. |
|
TimeStampedCacheException(Throwable cause,
Localizable specifier,
Object... parts)
Simple constructor. |
|
| Method Summary | |
|---|---|
static TimeStampedCacheException |
unwrap(ExceptionContextProvider provider)
Recover a PropagationException, possibly embedded in an ExceptionContextProvider. |
static TimeStampedCacheException |
unwrap(OrekitException oe)
Recover a PropagationException, possibly embedded in a OrekitException. |
| Methods inherited from class org.orekit.errors.OrekitException |
|---|
createIllegalArgumentException, createIllegalStateException, createInternalError, createParseException, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimeStampedCacheException(Localizable specifier,
Object... parts)
specifier - format specifier (to be translated)parts - parts to insert in the format (no translation)
public TimeStampedCacheException(Throwable cause,
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 instance
exception - underlying causepublic TimeStampedCacheException(ExceptionContextProvider provider)
provider - underlying cause| Method Detail |
|---|
public static TimeStampedCacheException unwrap(OrekitException oe)
OrekitException.
If the OrekitException does not embed a PropagationException, a
new one will be created.
oe - OrekitException to analyze
public static TimeStampedCacheException unwrap(ExceptionContextProvider provider)
ExceptionContextProvider.
If the ExceptionContextProvider does not embed a PropagationException, a
new one will be created.
provider - ExceptionContextProvider to analyze
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||