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/base/ravenwood/tools/hoststubgen/lib/com/android/hoststubgen/
DUtils.kt83 class ParseException : Exception, UserErrorException { class
/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