public class OrekitExceptionWrapper extends RuntimeException
OrekitException instances in RuntimeException.
Wrapping OrekitException 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 |
|---|
OrekitExceptionWrapper(OrekitException wrappedException)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OrekitException |
getException()
Get the wrapped exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OrekitExceptionWrapper(OrekitException wrappedException)
wrappedException - Orekit exception to wrappublic OrekitException getException()
Copyright © 2002-2016 CS Systèmes d'information. All rights reserved.