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)

clarified_a_comment_about_exceptions.patch (2.5 KB ) - added by double-m 9 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by Don-vip, 9 years ago

Milestone: 15.01

comment:2 by Don-vip, 9 years ago

Resolution: fixed
Status: newclosed

In 7980/josm:

fix #11005 - javadoc update (patch by double-m)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.