org.orekit.errors
Class FrameAncestorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.orekit.errors.OrekitException
              extended by org.orekit.errors.FrameAncestorException
All Implemented Interfaces:
Serializable

public class FrameAncestorException
extends OrekitException

This class is the base class for exception thrown by the UpdatableFrame.updateTransform(Frame, Frame, Transform, AbsoluteDate) method.

See Also:
Serialized Form

Constructor Summary
FrameAncestorException(Localizable specifier, Object... parts)
          Simple constructor.
 
Method Summary
 
Methods inherited from class org.orekit.errors.OrekitException
createIllegalArgumentException, createIllegalStateException, createInternalError, createParseException, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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)


Copyright © 2017 CNES. All Rights Reserved.