Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/
DNotFoundException.java21 public class NotFoundException extends Exception { class
22 public NotFoundException(String msg) { in NotFoundException() method in NotFoundException
26 public NotFoundException(String msg, Exception e) { in NotFoundException() method in NotFoundException
/external/llvm/utils/
Dllvm-compilers-check187 class NotFoundException(Exception): pass class