Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/text/
DParseException.java23 public class ParseException extends Exception { class
38 public ParseException(String detailMessage, int location) { in ParseException() method in ParseException
/libcore/luni/src/main/java/org/apache/harmony/xml/
DExpatParser.java725 private static class ParseException extends SAXParseException { class in ExpatParser
727 private ParseException(String message, Locator locator) { in ParseException() method in ExpatParser.ParseException