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

/frameworks/base/core/java/android/content/res/
H A DResources.java214 public static class NotFoundException extends RuntimeException { class in class:Resources
215 public NotFoundException() { method in class:Resources.NotFoundException
218 public NotFoundException(String name) { method in class:Resources.NotFoundException
289 * @throws NotFoundException Throws NotFoundException if the given ID does not exist.
294 public CharSequence getText(int id) throws NotFoundException {
299 throw new NotFoundException("String resource ID #0x"
318 * @throws NotFoundException Throws NotFoundException if the given ID does not exist.
323 public CharSequence getQuantityText(int id, int quantity) throws NotFoundException {
[all...]

Completed in 299 milliseconds