public class PropagationException extends PatriusException
| Constructor and Description |
|---|
PropagationException(ExceptionContextProvider provider)
Simple constructor.
|
PropagationException(Localizable specifier,
Object... parts)
Simple constructor.
|
PropagationException(PatriusException exception)
Simple constructor.
|
PropagationException(Throwable cause,
Localizable specifier,
Object... parts)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static PropagationException |
unwrap(ExceptionContextProvider provider)
Recover a PropagationException, possibly embedded in an
ExceptionContextProvider. |
static PropagationException |
unwrap(PatriusException oe)
Recover a PropagationException, possibly embedded in a
PatriusException. |
createIllegalArgumentException, createIllegalStateException, createInternalError, createParseException, 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(PatriusException exception)
PatriusException instanceexception - underlying causepublic PropagationException(ExceptionContextProvider provider)
provider - underlying causepublic static PropagationException unwrap(PatriusException oe)
PatriusException.
If the OrekitException does not embed a PropagationException, a new one will be created.
oe - OrekitException to analyzepublic static PropagationException unwrap(ExceptionContextProvider provider)
ExceptionContextProvider.
If the ExceptionContextProvider does not embed a PropagationException, a new one will be created.
provider - ExceptionContextProvider to analyzeCopyright © 2024 CNES. All rights reserved.