ICU-5801 Do not print stack trace for handled exception.
X-SVN-Rev: 22497
This commit is contained in:
parent
8feadc68d4
commit
bc24e7af5e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user