Searched defs:toSAXException (Results 1 - 2 of 2) 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
/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 30 milliseconds