public class RuggedExceptionWrapper extends RuntimeException
RuggedException instances in RuntimeException.
Wrapping RuggedException 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.
This class is heavily based on Orekit OrekitException,
which is distributed under the terms of the Apache License V2.
| Constructor and Description |
|---|
RuggedExceptionWrapper(RuggedException wrappedException)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RuggedException |
getException()
Get the wrapped exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RuggedExceptionWrapper(RuggedException wrappedException)
wrappedException - Orekit exception to wrappublic RuggedException getException()
Copyright © 2014–2016 CS Syst?mes d'Information. All rights reserved.