public class PatriusExceptionWrapper extends RuntimeException
PatriusException instances in RuntimeException.
Wrapping PatriusException instances is useful when a low level method throws one such exception and this
method must be called from another one which does not allow this exception. Typical examples are propagation methods
that are used inside Apache Commons optimizers, integrators or solvers.
| Constructor and Description |
|---|
PatriusExceptionWrapper(PatriusException wrappedExceptionIn)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PatriusException |
getException()
Get the wrapped exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PatriusExceptionWrapper(PatriusException wrappedExceptionIn)
wrappedExceptionIn - Orekit exception to wrappublic PatriusException getException()
Copyright © 2025 CNES. All rights reserved.