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
This class is the base class for exception thrown by
the
UpdatableFrame.updateTransform method.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFrameAncestorException(Localizable specifier, Object... parts) Simple constructor. -
Method Summary
Methods inherited from class org.orekit.errors.OrekitException
getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier, unwrapMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FrameAncestorException
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)
-