Uses of Class
org.orekit.errors.OrekitException
Packages that use OrekitException
Package
Description
This package provides classes to generate and handle exceptions.
This package contains utilities for CCSDS messages lexical analysis.
This package provides a parser for orbit data stored in SP3 format.
This package provides classes to read gravity field files and supports several
different formats.
This package provides classes related to GNSS applications.
This package provides streams reading from ntrip casters.
This package provides classes to get atmospheric data,
including solar flux and planetary geomagnetic indices.
-
Uses of OrekitException in org.orekit.errors
Subclasses of OrekitException in org.orekit.errorsModifier and TypeClassDescriptionclassThis class is the base class for exception thrown by theUpdatableFrame.updateTransformmethod.classThis class is the base class for all specific exceptions thrown by during theGenericTimeStampedCache.classException for unsupportedParameterDriverin a model implementingParameterDriversProvider.Methods in org.orekit.errors that return OrekitExceptionModifier and TypeMethodDescriptionstatic OrekitExceptionOrekitException.unwrap(MathRuntimeException exception) Recover a OrekitException, possibly embedded in aMathRuntimeException.Methods in org.orekit.errors with parameters of type OrekitExceptionModifier and TypeMethodDescriptionstatic TimeStampedCacheExceptionTimeStampedCacheException.unwrap(OrekitException oe) Recover a TimeStampedCacheException, possibly embedded in aOrekitException.Constructors in org.orekit.errors with parameters of type OrekitExceptionModifierConstructorDescriptionOrekitException(OrekitException exception) Copy constructor.TimeStampedCacheException(OrekitException exception) Simple constructor. -
Uses of OrekitException in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical that return OrekitExceptionModifier and TypeMethodDescriptionParseToken.generateException(Exception cause) Generate a parse exception for this entry. -
Uses of OrekitException in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that throw OrekitException -
Uses of OrekitException in org.orekit.forces.gravity.potential
Methods in org.orekit.forces.gravity.potential that throw OrekitExceptionModifier and TypeMethodDescriptionvoidEGMFormatReader.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.voidSHAFormatReader.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 OrekitExceptionModifier and TypeMethodDescriptionvoidSEMParser.loadData(InputStream input, String name) voidYUMAParser.loadData(InputStream input, String name) -
Uses of OrekitException in org.orekit.gnss.metric.ntrip
Methods in org.orekit.gnss.metric.ntrip that return OrekitExceptionModifier and TypeMethodDescriptionStreamMonitor.getException()Retrieve exception caught during monitoring. -
Uses of OrekitException in org.orekit.models.earth.atmosphere.data
Methods in org.orekit.models.earth.atmosphere.data that throw OrekitExceptionModifier and TypeMethodDescriptionvoidCssiSpaceWeatherDataLoader.loadData(InputStream input, String name) Load data from a stream.voidDtcDataLoader.loadData(InputStream input, String name) Load data from a stream.voidMarshallSolarActivityFutureEstimationLoader.loadData(InputStream input, String name) Load data from a stream.voidSOLFSMYDataLoader.loadData(InputStream input, String name) Load data from a stream.