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

/dalvik/dx/src/com/android/dx/cf/iface/
H A DParseException.java24 public class ParseException class in inherits:ExceptionWithContext
26 public ParseException(String message) { method in class:ParseException
30 public ParseException(Throwable cause) { method in class:ParseException
34 public ParseException(String message, Throwable cause) { method in class:ParseException
/dalvik/libcore/text/src/main/java/java/text/
H A DParseException.java23 public class ParseException extends Exception { class in inherits:Exception
38 public ParseException(String detailMessage, int location) { method in class:ParseException
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
H A DExpatParser.java378 throw new ParseException("No input specified.", locator);
416 throw new ParseException(e.getMessage(), this.locator);
437 throw new ParseException(e.getMessage(), this.locator);
469 throw new ParseException(e.getMessage(), this.locator);
507 throw new ParseException(e.getMessage(), locator);
523 throw new ParseException(e.getMessage(), this.locator);
553 throw new ParseException(e.getMessage(), this.locator);
729 private static class ParseException extends SAXParseException { class in class:ExpatParser
731 private ParseException(String message, Locator locator) { method in class:ExpatParser.ParseException

Completed in 142 milliseconds