We want to catch it all baby.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1478 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -152,9 +152,9 @@ public class Invoker extends LoopingThread
|
||||
}
|
||||
}
|
||||
|
||||
} catch (Exception e) {
|
||||
} catch (Throwable t) {
|
||||
Log.warning("Invocation unit failed [unit=" + unit + "].");
|
||||
Log.logStackTrace(e);
|
||||
Log.logStackTrace(t);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user