|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.orekit.errors.OrekitException
org.orekit.errors.FrameAncestorException
public class FrameAncestorException
This class is the base class for exception thrown by
the Frame.updateTransform method.
| Constructor Summary | |
|---|---|
FrameAncestorException(java.lang.String specifier,
java.lang.Object... parts)
Simple constructor. |
|
| Method Summary |
|---|
| Methods inherited from class org.orekit.errors.OrekitException |
|---|
createIllegalArgumentException, createIllegalStateException, createInternalError, createParseException, getLocalizedMessage, getMessage, getMessage |
| 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 |
|---|
public FrameAncestorException(java.lang.String specifier,
java.lang.Object... parts)
specifier - format specifier (to be translated)parts - parts to insert in the format (no translation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||