errorHandler.fatalError(spe);
}
throw spe;
}
try {
systemId = iri.toASCIIString();
} catch (MalformedURLException e) {
IOException ioe = (IOException) new IOException(e.getMessage()).initCause(e);
SAXParseException spe = new SAXParseException(e.getMessage(),
publicId, systemId, -1, -1, ioe);
if (errorHandler != null) {