Home
last modified time | relevance | path

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

/packages/modules/Permission/SafetyCenter/Config/java/com/android/safetycenter/config/
DParseException.java25 public final class ParseException extends Exception { class
27 public ParseException(String message) { in ParseException() method in ParseException
31 public ParseException(String message, Throwable ex) { in ParseException() method in ParseException
/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/modules/Bluetooth/android/app/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/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DLtv.java42 public static class ParseException extends Exception { class in Ltv
45 private ParseException(@FormatString String format, Object... objects) { in ParseException() method in Ltv.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/
DNeighborSolicitation.java127 public static class ParseException extends Exception { class in NeighborSolicitation
128 ParseException(String message) { in ParseException() method in NeighborSolicitation.ParseException
DNeighborAdvertisement.java127 public static class ParseException extends Exception { class in NeighborAdvertisement
128 ParseException(String message) { in ParseException() method in NeighborAdvertisement.ParseException
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsPacket.java60 public static class ParseException extends IOException { class in MdnsPacket
63 public ParseException(int code, @NonNull String message, @Nullable Throwable cause) { in ParseException() method in MdnsPacket.ParseException
/packages/modules/NetworkStack/src/android/net/dhcp6/
DDhcp6Packet.java177 public static class ParseException extends Exception { class in Dhcp6Packet
178 ParseException(String msg) { in ParseException() method in Dhcp6Packet.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