return super.resolveResource(type, namespaceURI, publicId, systemId, baseURI);
}
}
catch (Exception e) {
// this is cheating, the spec says allow for an exception, but we don't care
throw new PluginException("Error resolving resource: " + systemId + ": " + e, e);
}
}