Skip to content
Snippets Groups Projects
Commit 399b79e4 authored by Guylaine Prat's avatar Guylaine Prat
Browse files

Deprecate RuggedExceptionWrapper.

Fixes #373
parent 10fe582e
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,11 @@ package org.orekit.rugged.errors; ...@@ -26,7 +26,11 @@ package org.orekit.rugged.errors;
* which is distributed under the terms of the Apache License V2. * which is distributed under the terms of the Apache License V2.
* </p> * </p>
* @author Luc Maisonobe * @author Luc Maisonobe
* @author Guylaine Prat
* @deprecated as of 3.0, this class is not used anymore, as {@link RuggedException}
* is now an unchecked exception
*/ */
@Deprecated
public class RuggedExceptionWrapper extends RuntimeException { public class RuggedExceptionWrapper extends RuntimeException {
/** serializable UID. */ /** serializable UID. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment