Package org.orekit.errors
Class FrameAncestorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.orekit.errors.OrekitException
-
- org.orekit.errors.FrameAncestorException
-
- All Implemented Interfaces:
Serializable
,LocalizedException
public class FrameAncestorException extends OrekitException
This class is the base class for exception thrown by theUpdatableFrame.updateTransform
method.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FrameAncestorException(Localizable specifier, Object... parts)
Simple constructor.
-
Method Summary
-
Methods inherited from class org.orekit.errors.OrekitException
getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier, unwrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FrameAncestorException
public FrameAncestorException(Localizable specifier, Object... parts)
Simple constructor. Build an exception with a translated and formatted message- Parameters:
specifier
- format specifier (to be translated)parts
- parts to insert in the format (no translation)
-
-