Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DResources.java213 public static class NotFoundException extends RuntimeException { class in Resources
214 public NotFoundException() { in NotFoundException() method in Resources.NotFoundException
217 public NotFoundException(String name) { in NotFoundException() method in Resources.NotFoundException
221 public NotFoundException(String name, Exception cause) { in NotFoundException() method in Resources.NotFoundException