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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerWrapper.java99 SAXParseException saxException = createSAXParseException(exception);
134 SAXParseException saxException = createSAXParseException(exception);
177 SAXParseException saxException = createSAXParseException(exception);
197 protected static SAXParseException createSAXParseException(XMLParseException exception) { method in class:ErrorHandlerWrapper
204 } // createSAXParseException(XMLParseException):SAXParseException

Completed in 148 milliseconds