Searched defs:NotFoundException (Results 1 – 4 of 4) sorted by relevance
22 public class NotFoundException extends Exception { class26 public NotFoundException(String msg) { in NotFoundException() method in NotFoundException30 public NotFoundException(String msg, Exception e) { in NotFoundException() method in NotFoundException
217 static class NotFoundException extends Exception { class in ClassPathResolver218 public NotFoundException(String message, Object... formatArgs) { in NotFoundException() method in ClassPathResolver.NotFoundException
211 static class NotFoundException extends Exception { class in ClassPathResolver212 public NotFoundException(String message, Object... formatArgs) { in NotFoundException() method in ClassPathResolver.NotFoundException
187 class NotFoundException(Exception): pass class