Feature #862
Update to exception handling - replace selected hard exceptions with user and log messages.
0%
Description
Errors in configuration file setup and endpoint configuration parameters can prevent complete loading of config files as well presented to the user. These changes are to make standard FDSN error messages and indications of the cause of the error. These changes should also enable more complete loading of configuration information while ignoring parts of the configuration that are causing errors.
History
#1 Updated by Mike Stults over 7 years ago
git commit m "issue 862 - introduce new internal endpoint ReplacementWhenError which is activated when mispellings or other errors occur that would prevent the original endpoint from loading. This isolates errors to respective endpoints and allows other endpoints to work normally"
[master 2100857]
3 files changed, 228 insertions(+), 115 deletions(-)
create mode 100644 src/main/java/edu/iris/wss/endpoints/ReplacementWhenError.java
#2 Updated by Mike Stults over 7 years ago
git commit m "add specific exceptions messaging capability to ReplacementWhenError, add code in RequestInfo to catch exceptions not handled elsewhere and write FDSN type error message"
[master 6eef3f9]
3 files changed, 108 insertions(+), 39 deletions(-)
#3 Updated by Mike Stults over 7 years ago
- Resolution set to Fixed
Marking issue as fixed, as noted in earlier history notes.
#4 Updated by Mike Stults almost 7 years ago
- Target version set to 2.4