Uses of Class
org.orekit.errors.TimeStampedCacheException
-
Packages that use TimeStampedCacheException Package Description org.orekit.errors This package provides classes to generate and handle exceptions. -
-
Uses of TimeStampedCacheException in org.orekit.errors
Methods in org.orekit.errors that return TimeStampedCacheException Modifier and Type Method Description static TimeStampedCacheException
TimeStampedCacheException. unwrap(MathRuntimeException exception)
Recover a TimeStampedCacheException, possibly embedded in aMathRuntimeException
.static TimeStampedCacheException
TimeStampedCacheException. unwrap(OrekitException oe)
Recover a TimeStampedCacheException, possibly embedded in aOrekitException
.
-