Searched defs:NotFoundException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DResources.java164 public static class NotFoundException extends RuntimeException { class in class:Resources
165 public NotFoundException() { method in class:Resources.NotFoundException
168 public NotFoundException(String name) { method in class:Resources.NotFoundException
237 * @throws NotFoundException Throws NotFoundException if the given ID does not exist.
242 public CharSequence getText(int id) throws NotFoundException {
247 throw new NotFoundException("String resource ID #0x"
264 * @throws NotFoundException Throws NotFoundException if the given ID does not exist.
269 public CharSequence getQuantityText(int id, int quantity) throws NotFoundException {
[all...]

Completed in 35 milliseconds