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:
mdb
2004-08-10 07:08:53 +00:00
parent a4d9d14e2d
commit 458274a58b
@@ -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);
}
}