Home | History | Annotate | Download | only in src

Lines Matching full:throw

66      * If we don't find a match, we throw an exception.
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",
147 throw new ClassNotFoundException("Not found: " + pathName);
156 throw new ClassNotFoundException("Read error: " + pathName);
170 throw new ClassNotFoundException("defineClass failed", th);