Home
last modified time | relevance | path

Searched defs:ParseException (Results 1 – 3 of 3) 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
/frameworks/base/services/net/java/android/net/dhcp/
DDhcpPacket.java711 public static class ParseException extends Exception { class in DhcpPacket
713 public ParseException(int errorCode, String msg, Object... args) { in ParseException() method in DhcpPacket.ParseException