Searched defs:NotFoundException (Results 1 – 3 of 3) sorted by relevance
288 private static class NotFoundException extends Exception { class in ClassPathResolver289 public NotFoundException(String message, Object... formatArgs) { in NotFoundException() method in ClassPathResolver.NotFoundException
187 class NotFoundException(Exception): pass class