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

/frameworks/base/core/java/android/content/res/
H A DResources.java199 public static class NotFoundException extends RuntimeException { class in class:Resources
200 public NotFoundException() { method in class:Resources.NotFoundException
203 public NotFoundException(String name) { method in class:Resources.NotFoundException
207 public NotFoundException(String name, Exception cause) { method in class:Resources.NotFoundException
337 * @throws NotFoundException Throws NotFoundException if the given ID does not exist.
342 @NonNull public CharSequence getText(@StringRes int id) throws NotFoundException {
347 throw new NotFoundException("String resource ID #0x"
359 * @throws NotFoundException Throws NotFoundException i
[all...]

Completed in 8 milliseconds