Modify ↓
Opened 14 years ago
Closed 14 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 | Milestone: | |
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)
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.