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. -
Class Summary Class Description OrekitMessages.UTF8Control Control class loading properties in UTF-8 encoding. -
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.updateTransformmethod.OrekitException This class is the base class for all specific exceptions thrown by the Orekit classes.OrekitExceptionWrapper Deprecated. as of 9.3, this class is not used anymore, asOrekitExceptionis now an unchecked exceptionOrekitIllegalArgumentException Extension ofIllegalArgumentExceptionwith localized message.OrekitIllegalStateException Extension ofIllegalStateExceptionwith localized message.OrekitInternalError Extension ofRuntimewith localized message for internal errors only.OrekitIOException Extension ofIOExceptionwith localized message.OrekitParseException Extension ofParseExceptionwith localized message.TimeStampedCacheException This class is the base class for all specific exceptions thrown by during theGenericTimeStampedCache.