JDK 1.3 compilation issue

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353339 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2003-09-04 20:05:03 +00:00
parent 637ddfe0f7
commit cb2c5243b4

View File

@ -231,7 +231,7 @@ public class TestWrite extends TestCase
catch (Exception ex)
{
ex.printStackTrace();
throw new RuntimeException(ex);
throw new RuntimeException(ex.toString());
}
}
@ -259,7 +259,7 @@ public class TestWrite extends TestCase
catch (Exception ex)
{
ex.printStackTrace();
throw new RuntimeException(ex);
throw new RuntimeException(ex.toString());
}
}
}