Commit 53dcd41
committed
Catch NoClassDefFoundError while locating sources
If the locator is unable to locate some sources due to a classlaoding
problem this currently leads to an ugly exception window showing up.
This now adds NoClassDefFoundError to the catch clause to prevent annoy
the user in such case.1 parent 79c6bb3 commit 53dcd41
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments