1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 18:56:02 +02:00

chage to the start() method: catching Trowable instead of Exception to handle the case when the error is thrown.

This commit is contained in:
Mikhail Sennikovsky 2006-03-16 15:42:50 +00:00
parent edb9268280
commit 4cdd79f0b2

View file

@ -94,7 +94,7 @@ public class ManagedBuilderCorePlugin extends Plugin {
jobManager.beginRule(root, null);
startResourceChangeHandling();
} catch (Exception e) {
} catch (Throwable e) {
//either an IllegalArgumentException is thrown by the jobManager.beginRule
//or core exception is thrown by the startResourceChangeHandling()
//in any case, schedule a job with the root rule