Uses of Interface
org.orekit.errors.LocalizedException
-
Packages that use LocalizedException Package Description org.orekit.errors This package provides classes to generate and handle exceptions. -
-
Uses of LocalizedException in org.orekit.errors
Classes in org.orekit.errors that implement LocalizedException Modifier and Type Class Description class
FrameAncestorException
This class is the base class for exception thrown by theUpdatableFrame.updateTransform
method.class
OrekitException
This class is the base class for all specific exceptions thrown by the Orekit classes.class
OrekitIllegalArgumentException
Extension ofIllegalArgumentException
with localized message.class
OrekitIllegalStateException
Extension ofIllegalStateException
with localized message.class
OrekitInternalError
Extension ofRuntime
with localized message for internal errors only.class
OrekitIOException
Extension ofIOException
with localized message.class
OrekitParseException
Extension ofParseException
with localized message.class
TimeStampedCacheException
This class is the base class for all specific exceptions thrown by during theGenericTimeStampedCache
.class
UnsupportedParameterException
Exception for unsupportedParameterDriver
in a model implementingParameterDriversProvider
.
-