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

/frameworks/base/core/java/android/content/res/
H A DResources.java187 public static class NotFoundException extends RuntimeException { class in class:Resources
188 public NotFoundException() { method in class:Resources.NotFoundException
191 public NotFoundException(String name) { method in class:Resources.NotFoundException
195 public NotFoundException(String name, Exception cause) { method in class:Resources.NotFoundException
325 * @throws NotFoundException Throws NotFoundException if the given ID does not exist.
330 @NonNull public CharSequence getText(@StringRes int id) throws NotFoundException {
335 throw new NotFoundException("String resource ID #0x"
354 * @throws NotFoundException Throws NotFoundException i
[all...]

Completed in 668 milliseconds