Many places in the Java Plug-In code, throwable exceptions are catched and is not rethrown which will hide possible problems with the code. It is a good practice to catch the specific exceptions instead of generic exceptions. When we catch throwable or generic exceptions, we should rethrow more specific exceptions after taking necessary actions
- relates to
-
JDK-4802619 plugin exits mozilla on slightest error
-
- Closed
-