Modify ↓
Opened 9 years ago
Closed 9 years ago
#11005 closed enhancement (fixed)
[patch] Clarify a comment about Exceptions
Reported by: | double-m | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.01 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Parameter "ignoreException": "If true, exception will be propagated to calling code. If false then exception will be thrown directly in EDT."
Neither of this seems true.
If true, exceptions will be silently ignored, they are not propagated anywhere.
If false, exceptions will be *handled* by displaying something to the user, but they will not be thrown anywhere.
Attachments (1)
Change History (3)
Changed 9 years ago by
Attachment: | clarified_a_comment_about_exceptions.patch added |
---|
comment:1 Changed 9 years ago by
Milestone: | → 15.01 |
---|
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 7980/josm: