Lines Matching refs:ClassNotFoundException
57 } catch (ClassNotFoundException cnfe) {
68 protected Class<?> findClass(String name) throws ClassNotFoundException
81 throws ClassNotFoundException {
92 throw new ClassNotFoundException("getConstructor failed",
99 throw new ClassNotFoundException("newInstance failed", ie);
101 throw new ClassNotFoundException("newInstance failed", iae);
103 throw new ClassNotFoundException("newInstance failed", ite);
117 throw new ClassNotFoundException("getMethod failed", nsme);
123 throw new ClassNotFoundException("loadClass failed", iae);
125 throw new ClassNotFoundException("loadClass failed",
136 throws ClassNotFoundException {
147 throw new ClassNotFoundException("Not found: " + pathName);
156 throw new ClassNotFoundException("Read error: " + pathName);
170 throw new ClassNotFoundException("defineClass failed", th);
185 throws ClassNotFoundException
212 catch (ClassNotFoundException e) {