Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/
DNotFoundException.java22 public class NotFoundException extends Exception { class
26 public NotFoundException(String msg) { in NotFoundException() method in NotFoundException
30 public NotFoundException(String msg, Exception e) { in NotFoundException() method in NotFoundException
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DClassPathResolver.java217 static class NotFoundException extends Exception { class in ClassPathResolver
218 public NotFoundException(String message, Object... formatArgs) { in NotFoundException() method in ClassPathResolver.NotFoundException
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/
DClassPathResolver.java211 static class NotFoundException extends Exception { class in ClassPathResolver
212 public NotFoundException(String message, Object... formatArgs) { in NotFoundException() method in ClassPathResolver.NotFoundException
/external/llvm/utils/
Dllvm-compilers-check187 class NotFoundException(Exception): pass class