Searched refs:toSAXException (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DUtil.java60 public static SAXException toSAXException(XNIException e) { method in class:Util
H A DValidatorHandlerImpl.java501 throw Util.toSAXException(e);
514 throw Util.toSAXException(e);
571 throw Util.toSAXException(e);
585 throw Util.toSAXException(e);
602 throw Util.toSAXException(e);
616 throw Util.toSAXException(e);
H A DStreamValidatorHelper.java157 throw Util.toSAXException(e);
H A DDOMValidatorHelper.java197 throw Util.toSAXException(e);
H A DXMLSchemaFactory.java259 throw Util.toSAXException(e);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java249 throw toSAXException(e);
257 throw toSAXException(e);
266 throw toSAXException(e);
274 throw toSAXException(e);
310 private SAXException toSAXException( XNIException xe ) { method in class:JAXPValidatorComponent.SAX2XNI

Completed in 29 milliseconds