ICU-3327 jdk1.3.1 doesn't have Throwable.getCause()...
X-SVN-Rev: 13787
This commit is contained in:
parent
67ca88a2e7
commit
df7a433e4e
@ -4,8 +4,8 @@
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/dev/test/format/DateFormatRegressionTest.java,v $
|
||||
* $Date: 2003/11/14 21:56:53 $
|
||||
* $Revision: 1.10 $
|
||||
* $Date: 2003/11/20 18:27:56 $
|
||||
* $Revision: 1.11 $
|
||||
*
|
||||
*****************************************************************************************
|
||||
*/
|
||||
@ -469,7 +469,7 @@ public class DateFormatRegressionTest extends com.ibm.icu.dev.test.TestFmwk {
|
||||
errln("Fail: " + e);
|
||||
} catch (Exception e) {
|
||||
System.out.println(e);
|
||||
System.out.println(e.getCause());
|
||||
// System.out.println(e.getCause());
|
||||
errln("Fail: " + e);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user