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

Make RuggedException extend RuntimeException (as done in Orekit 9.3).

Fixes #373
parent 2352282b
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ import org.hipparchus.exception.LocalizedException; ...@@ -35,7 +35,7 @@ import org.hipparchus.exception.LocalizedException;
*/ */
public class RuggedException extends Exception implements LocalizedException { public class RuggedException extends RuntimeException implements LocalizedException {
/** Serializable UID. */ /** Serializable UID. */
private static final long serialVersionUID = 20140309L; private static final long serialVersionUID = 20140309L;
......
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