Modify ↓
Opened 10 years ago
Closed 10 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)
by , 10 years ago
Attachment: | clarified_a_comment_about_exceptions.patch added |
---|
comment:1 by , 10 years ago
Milestone: | → 15.01 |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 7980/josm: