// then parse this schema as well,
// but don't mark this document as a root.
parent.parse(ref,false);
} catch( URISyntaxException e ) {
SAXParseException spe = new SAXParseException2(
WsdlMessages.ABSTRACT_REFERENCE_FINDER_IMPL_UNABLE_TO_PARSE(relativeRef,e.getMessage()),
locator, e );
fatalError(spe);
throw spe;
} catch( IOException e ) {
SAXParseException spe = new SAXParseException2(
WsdlMessages.ABSTRACT_REFERENCE_FINDER_IMPL_UNABLE_TO_PARSE(relativeRef,e.getMessage()),
locator, e );
fatalError(spe);
throw spe;