Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/text/
DParseException.java50 class ParseException extends Exception { class
62 public ParseException(String s, int errorOffset) { in ParseException() method in ParseException
/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java743 private static class ParseException extends SAXParseException { class in ExpatParser
745 private ParseException(String message, Locator locator) { in ParseException() method in ExpatParser.ParseException