Home | History | Annotate | Download | only in javassist

Lines Matching refs:NotFoundException

78     JarDirClassPath(String dirName) throws NotFoundException {
93 public InputStream openClassfile(String classname) throws NotFoundException {
126 JarClassPath(String pathname) throws NotFoundException {
134 throw new NotFoundException(pathname);
138 throws NotFoundException
149 throw new NotFoundException("broken jar file?: "
242 throws NotFoundException
248 throws NotFoundException
254 throws NotFoundException
283 throws NotFoundException, IOException, CannotCompileException
287 throw new NotFoundException(classname);
299 void checkClassName(String classname) throws NotFoundException {
301 throw new NotFoundException(classname);
306 void checkClassName(String classname) throws NotFoundException {
322 * @throws NotFoundException if any error is reported by ClassPath.
325 throws NotFoundException
332 NotFoundException error = null;
337 catch (NotFoundException e) {