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

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

Completed in 74 milliseconds