must catch Exception

This commit is contained in:
hns 2001-08-27 17:56:27 +00:00
parent 02dbec2d07
commit e0c9630523

View file

@ -69,7 +69,7 @@ public class Action implements Updatable {
reader.close ();
String content = new String (cbuf);
update (content);
} catch (IOException filex) {
} catch (Exception filex) {
app.logEvent ("*** Error reading action file "+file+": "+filex);
}