mirror of
https://github.com/apache/poi.git
synced 2025-02-22 01:55:12 +00:00
safety check on throwable catch
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907660 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e431ec35c3
commit
c67d140d77
@ -318,7 +318,7 @@ public final class XMLHelper {
|
||||
try {
|
||||
property.accept(name, value);
|
||||
return true;
|
||||
} catch (Exception|Error e) {
|
||||
} catch (Throwable e) {
|
||||
if (ExceptionUtil.isFatal(e)) {
|
||||
ExceptionUtil.rethrow(e);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user