Searched defs:ParseException (Results 1 – 2 of 2) sorted by relevance
50 class ParseException extends Exception { class62 public ParseException(String s, int errorOffset) { in ParseException() method in ParseException
743 private static class ParseException extends SAXParseException { class in ExpatParser745 private ParseException(String message, Locator locator) { in ParseException() method in ExpatParser.ParseException