Home
last modified time | relevance | path

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

/frameworks/base/tools/powermodel/src/com/android/powermodel/
DParseException.java19 public class ParseException extends Exception { class
22 public ParseException(int line, String message, Throwable th) { in ParseException() method in ParseException
27 public ParseException(int line, String message) { in ParseException() method in ParseException
31 public ParseException(String message) { in ParseException() method in ParseException
/frameworks/base/core/java/android/net/
DParseException.java25 public class ParseException extends RuntimeException { class
28 ParseException(@NonNull String response) { in ParseException() method in ParseException
33 ParseException(@NonNull String response, @NonNull Throwable cause) { in ParseException() method in ParseException
/frameworks/libs/net/common/framework/com/android/net/module/util/
DDnsPacket.java40 public static class ParseException extends RuntimeException { class in DnsPacket
42 public ParseException(@NonNull String reason) { in ParseException() method in DnsPacket.ParseException
47 public ParseException(@NonNull String reason, @NonNull Throwable cause) { in ParseException() method in DnsPacket.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