Class FrameAncestorException

All Implemented Interfaces:
Serializable, LocalizedException

public class FrameAncestorException extends OrekitException
This class is the base class for exception thrown by the UpdatableFrame.updateTransform method.
See Also:
  • Constructor Details

    • 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)