]> source.dussan.org Git - poi.git/commit
add util code to rethrow fatal exceptions
authorPJ Fanning <fanningpj@apache.org>
Tue, 14 Feb 2023 13:51:52 +0000 (13:51 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 14 Feb 2023 13:51:52 +0000 (13:51 +0000)
commitadcf7bf53301a9ba1abe7ce67c73e256a4260844
tree0dae163b9c553f931841e0a47f05a417489263b2
parent660b90062ded807bd4bf50cb419457baa1acc595
add util code to rethrow fatal exceptions

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907645 13f79535-47bb-0310-9956-ffa450edef68
poi-examples/src/main/java/org/apache/poi/examples/hpsf/ReadCustomPropertySets.java
poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFCell.java
poi-ooxml/src/test/java/org/apache/poi/sl/tests/SLCommonUtils.java
poi/src/main/java/org/apache/poi/poifs/nio/CleanerUtil.java
poi/src/main/java/org/apache/poi/util/ExceptionUtil.java [new file with mode: 0644]
poi/src/main/java/org/apache/poi/util/XMLHelper.java