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/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/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DTextFormat.java1110 public static class ParseException extends IOException { class in TextFormat
1117 public ParseException(final String message) { in ParseException() method in TextFormat.ParseException
1129 public ParseException(final int line, final int column, in ParseException() method in TextFormat.ParseException