|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.orekit.errors.OrekitException org.orekit.errors.PropagationException
public class PropagationException
This class is the base class for all specific exceptions thrown by during the propagation computation.
Constructor Summary | |
---|---|
PropagationException(ExceptionContextProvider provider)
Simple constructor. |
|
PropagationException(Localizable specifier,
Object... parts)
Simple constructor. |
|
PropagationException(OrekitException exception)
Simple constructor. |
|
PropagationException(Throwable cause,
Localizable specifier,
Object... parts)
Simple constructor. |
Method Summary | |
---|---|
static PropagationException |
unwrap(ExceptionContextProvider provider)
Recover a PropagationException, possibly embedded in an ExceptionContextProvider . |
static PropagationException |
unwrap(OrekitException oe)
Recover a PropagationException, possibly embedded in a OrekitException . |
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 |
---|
public 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
instance
exception
- underlying causepublic PropagationException(ExceptionContextProvider provider)
provider
- underlying causeMethod Detail |
---|
public static PropagationException unwrap(OrekitException oe)
OrekitException
.
If the OrekitException
does not embed a PropagationException, a
new one will be created.
oe
- OrekitException to analyze
public static PropagationException unwrap(ExceptionContextProvider provider)
ExceptionContextProvider
.
If the ExceptionContextProvider
does not embed a PropagationException, a
new one will be created.
provider
- ExceptionContextProvider to analyze
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |