Serializablepublic 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 | Description |
|---|---|
OrekitExceptionWrapper(OrekitException wrappedException) |
Simple constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
OrekitException |
getException() |
Get the wrapped exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OrekitExceptionWrapper(OrekitException wrappedException)
wrappedException - Orekit exception to wrappublic OrekitException getException()
Copyright © 2002-2018 CS Systèmes d'information. All rights reserved.