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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DErrorHandlerProxy.java53 eh.error("","",ErrorHandlerWrapper.createXMLParseException(e));
65 eh.fatalError("","",ErrorHandlerWrapper.createXMLParseException(e));
75 eh.warning("","",ErrorHandlerWrapper.createXMLParseException(e));
H A DErrorHandlerWrapper.java105 throw createXMLParseException(e);
140 throw createXMLParseException(e);
183 throw createXMLParseException(e);
207 protected static XMLParseException createXMLParseException(SAXParseException exception) { method in class:ErrorHandlerWrapper
224 } // createXMLParseException(SAXParseException):XMLParseException
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java4314 return createXMLParseException(exception);

Completed in 1032 milliseconds