@Deprecated public class PropagationException extends OrekitException
| Constructor and Description |
|---|
PropagationException(Localizable specifier,
Object... parts)
Deprecated.
Simple constructor.
|
PropagationException(MathRuntimeException exception)
Deprecated.
Simple constructor.
|
PropagationException(OrekitException exception)
Deprecated.
Simple constructor.
|
PropagationException(Throwable cause,
Localizable specifier,
Object... parts)
Deprecated.
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static PropagationException |
unwrap(MathRuntimeException exception)
Deprecated.
Recover a PropagationException, possibly embedded in a
MathRuntimeException. |
static PropagationException |
unwrap(OrekitException oe)
Deprecated.
Recover a PropagationException, possibly embedded in a
OrekitException. |
getLocalizedMessage, getMessage, getMessage, getParts, getSpecifieraddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropagationException(Localizable specifier, Object... parts)
specifier - format specifier (to be translated)parts - parts to insert in the format (no translation)public PropagationException(Throwable cause, Localizable specifier, Object... parts)
cause - underlying causespecifier - format specifier (to be translated)parts - parts to insert in the format (no translation)public PropagationException(OrekitException exception)
OrekitException instanceexception - underlying causepublic PropagationException(MathRuntimeException exception)
exception - underlying Hipparchus exceptionpublic static PropagationException unwrap(OrekitException oe)
OrekitException.
If the OrekitException does not embed a PropagationException, a
new one will be created.
oe - OrekitException to analyzepublic static PropagationException unwrap(MathRuntimeException exception)
MathRuntimeException.
If the MathRuntimeException does not embed a PropagationException, a
new one will be created.
exception - MathRuntimeException to analyzeCopyright © 2002-2016 CS Systèmes d'information. All rights reserved.