-
- Downloads
Fix loss of message when OrekitException throws
Previously if OrekitException.getMessage() threw an exception it would cause the message and stack trace to be lost. Now the localization and message formatting code is inside a try block so the message identifier and stack trace are not lost.
Showing
- checkstyle.xml 5 additions, 0 deletionscheckstyle.xml
- src/changes/changes.xml 4 additions, 0 deletionssrc/changes/changes.xml
- src/main/java/org/orekit/errors/OrekitException.java 18 additions, 9 deletionssrc/main/java/org/orekit/errors/OrekitException.java
- src/test/java/org/orekit/errors/OrekitExceptionTest.java 32 additions, 0 deletionssrc/test/java/org/orekit/errors/OrekitExceptionTest.java
Loading
Please register or sign in to comment