Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DParseException.java23 public class ParseException extends RuntimeException { class
26 ParseException(String response) { in ParseException() method in ParseException
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java81 public static class ParseException extends IllegalArgumentException { class in TypedProperties
82 ParseException(StreamTokenizer state, String expected) { in ParseException() method in TypedProperties.ParseException