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

/libcore/ojluni/src/main/java/java/text/
H A DParseException.java50 class ParseException extends Exception { class in inherits:Exception
55 * Constructs a ParseException with the specified detail message and
62 public ParseException(String s, int errorOffset) { method in class:ParseException
/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatParser.java372 throw new ParseException("No input specified.", locator);
408 throw new ParseException(e.getMessage(), this.locator);
429 throw new ParseException(e.getMessage(), this.locator);
461 throw new ParseException(e.getMessage(), this.locator);
499 throw new ParseException(e.getMessage(), locator);
515 throw new ParseException(e.getMessage(), this.locator);
545 throw new ParseException(e.getMessage(), this.locator);
725 private static class ParseException extends SAXParseException { class in class:ExpatParser
727 private ParseException(String message, Locator locator) { method in class:ExpatParser.ParseException

Completed in 823 milliseconds