Is there a method which can handle the exception during the applet execution
Posted: Wed Sep 23, 2015 4:13 am
I have finished an applet recently. Now I want to test the sturdiness of this applet.
I want to know if there is a method which can handle the exception during the applet execution.
It is just like
Any help is much appreciated.
I want to know if there is a method which can handle the exception during the applet execution.
It is just like
Code: Select all
try {
...
}
catch (Exception e) {
...
}
Any help is much appreciated.