evristzam / ndt

Automatically exported from code.google.com/p/ndt
Other
0 stars 0 forks source link

Improve exception handling #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The current version of the applet does not catch all of types of exceptions. Fo 
example if NumberFormatException is thrown because of problem with parsing a 
message body to an integer, the user will not know about that because the 
applet will not show any information to user. 

The applet should handle all kind of exceptions and show appropriate message to 
user.

Original issue reported on code.google.com by llewczyn...@soldevelo.com on 4 Oct 2013 at 11:52

GoogleCodeExporter commented 9 years ago

Original comment by llewczyn...@soldevelo.com on 7 Oct 2013 at 2:05

GoogleCodeExporter commented 9 years ago
I submitted a fix for this issue to the AppletIssue90 branch. Can somebody 
review and merge?

Original comment by llewczyn...@soldevelo.com on 9 Oct 2013 at 1:36

GoogleCodeExporter commented 9 years ago
Looks fine to me. You can merge into trunk.

Original comment by AaronMat...@gmail.com on 9 Oct 2013 at 2:04

GoogleCodeExporter commented 9 years ago
Thanks Aaron. I merged changes into trunk.

Original comment by llewczyn...@soldevelo.com on 10 Oct 2013 at 8:42

GoogleCodeExporter commented 9 years ago

Original comment by skost...@soldevelo.com on 23 Jun 2014 at 5:56