javauis/tsrc/fute/lcdui/Midp_Alert_01/src/AlertTests.java
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
--- a/javauis/tsrc/fute/lcdui/Midp_Alert_01/src/AlertTests.java	Wed Sep 15 12:05:25 2010 +0300
+++ b/javauis/tsrc/fute/lcdui/Midp_Alert_01/src/AlertTests.java	Wed Oct 13 14:23:59 2010 +0300
@@ -156,14 +156,6 @@
                 errorAlert.setTimeout(Alert.FOREVER);
                 Display.getDisplay(parent).setCurrent(errorAlert);
             }
-            catch (IllegalArgumentException e)
-            {
-                System.out.println("Exception: " + e.toString());
-                Alert errorAlert = new Alert("Exception", e.toString(), null,
-                                             AlertType.ERROR);
-                errorAlert.setTimeout(Alert.FOREVER);
-                Display.getDisplay(parent).setCurrent(errorAlert);
-            }
         }
         else if (c == cmdExit)
         {