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

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

Completed in 1155 milliseconds