Package org.orekit.errors
This package provides classes to generate and handle exceptions.
- Author:
- L. Maisonobe
-
Interface Summary Interface Description LocalizedException This interface specified methods implemented by localized exception classes. -
Enum Summary Enum Description OrekitMessages Enumeration for localized messages formats. -
Exception Summary Exception Description FrameAncestorException This class is the base class for exception thrown by theUpdatableFrame.updateTransform
method.OrekitException This class is the base class for all specific exceptions thrown by the Orekit classes.OrekitIllegalArgumentException Extension ofIllegalArgumentException
with localized message.OrekitIllegalStateException Extension ofIllegalStateException
with localized message.OrekitInternalError Extension ofRuntime
with localized message for internal errors only.OrekitIOException Extension ofIOException
with localized message.OrekitParseException Extension ofParseException
with localized message.TimeStampedCacheException This class is the base class for all specific exceptions thrown by during theGenericTimeStampedCache
.UnsupportedParameterException Exception for unsupportedParameterDriver
in a model implementingParameterDriversProvider
.