Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java418 public static class TypeException extends IllegalArgumentException { class in TypedProperties
419 TypeException(String property, Object value, String requestedType) { in TypeException() method in TypedProperties.TypeException