Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DParseException.java25 public class ParseException extends RuntimeException { class
28 public ParseException(@NonNull String response) { in ParseException() method in ParseException
33 public ParseException(@NonNull String response, @NonNull Throwable cause) { in ParseException() method in ParseException
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DParseException.java22 public class ParseException extends RuntimeException { class
23 public ParseException(String msg) { in ParseException() method in ParseException
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/
DReportDetails.java46 public static class ParseException extends Exception { class in ReportDetails
47 public ParseException(String message) { in ParseException() method in ReportDetails.ParseException
51 public ParseException(String message, Throwable ex) { in ParseException() method in ReportDetails.ParseException
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DWebAddress.java138 public class ParseException extends Exception { class in WebAddress
141 ParseException(String response) { in ParseException() method in WebAddress.ParseException
/packages/modules/NetworkStack/src/com/android/networkstack/arp/
DArpPacket.java166 public static class ParseException extends Exception { class in ArpPacket
167 ParseException(String message) { in ParseException() method in ArpPacket.ParseException
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DXmlParseUtils.java32 public static class ParseException extends XmlPullParserException { class in XmlParseUtils
33 public ParseException(final String msg, final XmlPullParser parser) { in ParseException() method in XmlParseUtils.ParseException
/packages/modules/NetworkStack/src/com/android/networkstack/packets/
DNeighborAdvertisement.java122 public static class ParseException extends Exception { class in NeighborAdvertisement
123 ParseException(String message) { in ParseException() method in NeighborAdvertisement.ParseException
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java942 public static class ParseException extends Exception { class in DhcpPacket
944 public ParseException(int errorCode, String msg, Object... args) { in ParseException() method in DhcpPacket.ParseException