Uses of Class
org.orekit.errors.OrekitException
-
Packages that use OrekitException Package Description org.orekit.errors This package provides classes to generate and handle exceptions.org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format.org.orekit.forces.drag.atmosphere.data This package provides classes to get atmospheric data, including solar flux and planetary geomagnetic indices.org.orekit.forces.gravity.potential This package provides classes to read gravity field files and supports several different formats.org.orekit.gnss This package provides classes related to GNSS applications.org.orekit.propagation.analytical.tle This package provides classes to read and extrapolate tle's. -
-
Uses of OrekitException in org.orekit.errors
Subclasses of OrekitException in org.orekit.errors Modifier and Type Class Description classFrameAncestorExceptionThis class is the base class for exception thrown by theUpdatableFrame.updateTransformmethod.classTimeStampedCacheExceptionThis class is the base class for all specific exceptions thrown by during theGenericTimeStampedCache.Methods in org.orekit.errors that return OrekitException Modifier and Type Method Description OrekitExceptionOrekitExceptionWrapper. getException()Deprecated.Get the wrapped exception.static OrekitExceptionOrekitException. unwrap(org.hipparchus.exception.MathRuntimeException exception)Recover a OrekitException, possibly embedded in aMathRuntimeException.Methods in org.orekit.errors with parameters of type OrekitException Modifier and Type Method Description static TimeStampedCacheExceptionTimeStampedCacheException. unwrap(OrekitException oe)Recover a TimeStampedCacheException, possibly embedded in aOrekitException.Constructors in org.orekit.errors with parameters of type OrekitException Constructor Description OrekitException(OrekitException exception)Copy constructor.OrekitExceptionWrapper(OrekitException wrappedException)Deprecated.Simple constructor.TimeStampedCacheException(OrekitException exception)Simple constructor. -
Uses of OrekitException in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that throw OrekitException Modifier and Type Method Description SP3FileSP3Parser. parse(String fileName) -
Uses of OrekitException in org.orekit.forces.drag.atmosphere.data
Methods in org.orekit.forces.drag.atmosphere.data that throw OrekitException Modifier and Type Method Description voidMarshallSolarActivityFutureEstimation. loadData(InputStream input, String name)Load data from a stream. -
Uses of OrekitException in org.orekit.forces.gravity.potential
Methods in org.orekit.forces.gravity.potential that throw OrekitException Modifier and Type Method Description voidEGMFormatReader. loadData(InputStream input, String name)Load data from a stream.voidGRGSFormatReader. loadData(InputStream input, String name)Load data from a stream.voidICGEMFormatReader. loadData(InputStream input, String name)Load data from a stream.abstract voidPotentialCoefficientsReader. loadData(InputStream input, String name)Load data from a stream.voidSHMFormatReader. loadData(InputStream input, String name)Load data from a stream. -
Uses of OrekitException in org.orekit.gnss
Methods in org.orekit.gnss that throw OrekitException Modifier and Type Method Description voidRinexLoader.Parser. loadData(InputStream input, String name)Load data from a stream.voidSEMParser. loadData(InputStream input, String name)voidYUMAParser. loadData(InputStream input, String name) -
Uses of OrekitException in org.orekit.propagation.analytical.tle
Methods in org.orekit.propagation.analytical.tle that throw OrekitException Modifier and Type Method Description voidTLESeries. loadData(InputStream input, String name)Deprecated.Load data from a stream.
-