Skip to content

Commit

Permalink
[CXF-4699] Catch throwable to get the various errors and such as well.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cxf/trunk@1423063 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dkulp committed Dec 17, 2012
1 parent 22e371d commit b2c2a21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ public Location getLocation() {
if (o instanceof Location) {
return (Location)o;
}
} catch (Exception ex) {
} catch (Throwable ex) {
//ignore, probably not DOM level 3
}
return super.getLocation();
Expand Down

0 comments on commit b2c2a21

Please sign in to comment.