Home
last modified time | relevance | path

Searched defs:ParseException (Results 1 – 3 of 3) 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/libs/net/common/framework/com/android/net/module/util/
DDnsPacket.java39 public static class ParseException extends RuntimeException { class in DnsPacket
41 public ParseException(@NonNull String reason) { in ParseException() method in DnsPacket.ParseException
46 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