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.
Code: Select all
try {
...
}
catch (Exception e) {
...
}
Code: Select all
JCSystem.beginTransaction();
// your operations are between beginTransation() and commitTransation()
JCSystem.commitTransaction();
Users browsing this forum: No registered users and 48 guests