Package | Description |
---|---|
org.orekit.errors |
This package provides classes to generate and handle exceptions.
|
Modifier and Type | Class and Description |
---|---|
class |
FrameAncestorException
This class is the base class for exception thrown by
the
UpdatableFrame.updateTransform method. |
class |
OrekitException
This class is the base class for all specific exceptions thrown by
the Orekit classes.
|
class |
OrekitIllegalArgumentException
Extension of
IllegalArgumentException with localized message. |
class |
OrekitIllegalStateException
Extension of
IllegalStateException with localized message. |
class |
OrekitInternalError
Extension of
Runtime with localized message for internal errors only. |
class |
OrekitIOException
Extension of
IOException with localized message. |
class |
OrekitParseException
Extension of
ParseException with localized message. |
class |
TimeStampedCacheException
This class is the base class for all specific exceptions thrown by
during the
GenericTimeStampedCache . |
Copyright © 2002-2021 CS GROUP. All rights reserved.