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.ccsds.utils.lexical This package contains utilities for CCSDS messages lexical analysis.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.gnss.metric.ntrip This package provides streams reading from ntrip casters.org.orekit.models.earth.atmosphere.data 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.errors Modifier and Type Class Description class
FrameAncestorException
This class is the base class for exception thrown by theUpdatableFrame.updateTransform
method.class
TimeStampedCacheException
This 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 static OrekitException
OrekitException. unwrap(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 TimeStampedCacheException
TimeStampedCacheException. 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.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 OrekitException Modifier and Type Method Description OrekitException
ParseToken. generateException(Exception cause)
Generate a parse exception for this entry. -
Uses of OrekitException in org.orekit.forces.gravity.potential
Methods in org.orekit.forces.gravity.potential that throw OrekitException Modifier and Type Method Description void
EGMFormatReader. loadData(InputStream input, String name)
Load data from a stream.void
GRGSFormatReader. loadData(InputStream input, String name)
Load data from a stream.void
ICGEMFormatReader. loadData(InputStream input, String name)
Load data from a stream.abstract void
PotentialCoefficientsReader. loadData(InputStream input, String name)
Load data from a stream.void
PythonPotentialCoefficientsReader. loadData(InputStream input, String name)
Load data from a stream.void
SHMFormatReader. 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 void
RinexObservationLoader.Parser. loadData(InputStream input, String fileName)
Load data from a stream.void
SEMParser. loadData(InputStream input, String name)
void
YUMAParser. loadData(InputStream input, String name)
-
Uses of OrekitException in org.orekit.gnss.metric.ntrip
Methods in org.orekit.gnss.metric.ntrip that return OrekitException Modifier and Type Method Description OrekitException
StreamMonitor. 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 return OrekitException Modifier and Type Method Description OrekitException
CssiSpaceWeatherDataLoader.LineReader. unableToParseLine(Throwable cause)
Deprecated.Annotate an exception with the file context.Methods in org.orekit.models.earth.atmosphere.data that throw OrekitException Modifier and Type Method Description void
CssiSpaceWeatherDataLoader. loadData(InputStream input, String name)
Load data from a stream.void
DtcDataLoader. loadData(InputStream input, String name)
Load data from a stream.void
MarshallSolarActivityFutureEstimation. loadData(InputStream input, String name)
Load data from a stream.void
SOLFSMYDataLoader. loadData(InputStream input, String name)
Load data from a stream.String
CssiSpaceWeatherDataLoader.LineReader. readLineOrThrow(Localizable message, Object... args)
Deprecated.Read a line from the input data stream, or if the end of the stream has been reached throw an exception.
-