Lines Matching refs:NotFoundException
386 throws NotFoundException
390 throw new NotFoundException(orgName);
431 public CtClass get(String classname) throws NotFoundException {
439 throw new NotFoundException(classname);
472 catch (NotFoundException e){}
500 public CtClass getCtClass(String classname) throws NotFoundException {
513 throws NotFoundException
597 catch (NotFoundException e) {}
622 catch (NotFoundException e) {}
630 InputStream openClassfile(String classname) throws NotFoundException {
635 throws NotFoundException, IOException, CannotCompileException
651 public CtClass[] get(String[] classnames) throws NotFoundException {
671 throws NotFoundException
899 * @throws NotFoundException if the jar file is not found.
902 throws NotFoundException
917 * @throws NotFoundException if the jar file is not found.
920 throws NotFoundException
944 * @throws NotFoundException if a jar file is not found.
946 public void appendPathList(String pathlist) throws NotFoundException {