ICU-5801 Do not print stack trace for handled exception.

X-SVN-Rev: 22497
This commit is contained in:
Yoshito Umaoka 2007-08-23 22:41:25 +00:00
parent 8feadc68d4
commit bc24e7af5e

View File

@ -381,7 +381,7 @@ public class TestFmwk extends AbstractTestLog {
}catch (ExceptionInInitializerError e){
handleException(e);
} catch (InvocationTargetException e) {
e.printStackTrace();
//e.printStackTrace();
handleException(e);
}catch (MissingResourceException e) {
handleException(e);