rethrow TimeoutExceptions caught in Macro execution.

This commit is contained in:
hns 2002-09-04 14:30:57 +00:00
parent 67b6d434f3
commit 38c9d3cff5

View file

@ -349,6 +349,8 @@ public final class Skin {
throw redir; throw redir;
} catch (ConcurrencyException concur) { } catch (ConcurrencyException concur) {
throw concur; throw concur;
} catch (TimeoutException timeout) {
throw timeout;
} catch (Exception x) { } catch (Exception x) {
x.printStackTrace(); x.printStackTrace();
String msg = "[HopMacro error: "+x+"]"; String msg = "[HopMacro error: "+x+"]";