Serializable
RuggedException
is now an unchecked exception@Deprecated 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 Hipparchus
optimizers, integrators or solvers.
This class is heavily based on OrekitException
,
which is distributed under the terms of the Apache License V2.
Constructor | Description |
---|---|
RuggedExceptionWrapper(RuggedException wrappedException) |
Deprecated.
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
RuggedException |
getException() |
Deprecated.
Get the wrapped exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RuggedExceptionWrapper(RuggedException wrappedException)
wrappedException
- Orekit exception to wrappublic RuggedException getException()
Copyright © 2014-2019 CS Systèmes d'information. All rights reserved.