Searched defs:SAXParseException2 (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/istack/internal/
H A DSAXParseException2.java37 public class SAXParseException2 extends SAXParseException { class in inherits:SAXParseException
38 public SAXParseException2(String message, Locator locator) { method in class:SAXParseException2
42 public SAXParseException2(String message, Locator locator, Exception e) { method in class:SAXParseException2
46 public SAXParseException2(String message, String publicId, String systemId, int lineNumber, int columnNumber) { method in class:SAXParseException2
50 public SAXParseException2(String message, String publicId, String systemId, int lineNumber, int columnNumber, Exception e) { method in class:SAXParseException2

Completed in 32 milliseconds