Modify ↓
Opened 2 years ago
Closed 2 years ago
#5926 closed enhancement (wontfix)
Option to silently ignore any exceptions, or show them in non-blocking way
| Reported by: | anonymous | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
As workaround for #5925 (or any similar bugs) there should be option that will allow JOSM to silently ignore any exception (or report them in manner not interfering with work, like showing small notice in part of statusbar, logging them to some file, etc ...)
Attachments (0)
Change History (1)
comment:1 Changed 2 years ago by stoecker
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



This is a wontfix. Exceptions are programm states, which are unexpected and should not happen. We can't and wont ignore them silently. Everything which can be catched is catched or will be catched and handled properly.