Searched refs:TypeException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java418 public static class TypeException extends IllegalArgumentException { class in class:TypedProperties
419 TypeException(String property, Object value, String requestedType) { method in class:TypedProperties.TypeException
432 * @throws TypeException if the property is set and is not a boolean
442 throw new TypeException(property, value, "boolean");
452 * @throws TypeException if the property is set and is not a byte
462 throw new TypeException(property, value, "byte");
472 * @throws TypeException if the property is set and is not a short
482 throw new TypeException(property, value, "short");
492 * @throws TypeException if the property is set and is not an integer
502 throw new TypeException(propert
[all...]

Completed in 42 milliseconds