Lines Matching defs:error

93      * The stream where error message are printed.
116 * Top level error message. This method is called when the
119 public void error(String msg) {
123 public void error(String msg, String arg1) {
127 public void error(String msg, String arg1, String arg2) {
135 error("rmic.usage", program);
201 error("rmic.cant.read", e.getMessage());
246 error("rmic.option.unsupported", "-show");
252 error("rmic.option.already.seen", "-classpath");
260 error("rmic.option.requires.argument", "-classpath");
267 error("rmic.option.already.seen", "-sourcepath");
275 error("rmic.option.requires.argument", "-sourcepath");
282 error("rmic.option.already.seen", "-bootclasspath");
290 error("rmic.option.requires.argument", "-bootclasspath");
297 error("rmic.option.already.seen", "-extdirs");
305 error("rmic.option.requires.argument", "-extdirs");
312 error("rmic.option.already.seen", "-d");
320 error("rmic.no.such.directory", destDir.getPath());
325 error("rmic.option.requires.argument", "-d");
345 error("rmic.no.such.option", argv[i]);
367 * Returns false on error.
400 error("rmic.missing.property",arg);
407 error("rmic.cannot.instantiate",className);
438 error("rmic.cannot.use.both",environmentClass.getName(),envClass.getName());
443 error("rmic.class.not.found",env);
461 * @param mustExist If true, throws error if resource does not exist. If
469 error("rmic.resource.not.found",name);
505 error("rmic.cannot.instantiate",environmentClass.getName());
524 // Preload the "out of memory" error string just in case we run
567 env.error(0, "rmic.class.not.found", implClassName);
577 // The compiler has run out of memory. Use the error string
586 // error has previously been detected. Presumably, this makes the
587 // compiler more robust in the face of bad error recovery.
589 env.error(0, "fatal.error");
596 env.error(0, "fatal.exception");
611 msg = getText("rmic.1error");
777 env.error(0, "cant.write", classfile.getPath());
793 env.error(0, "cant.write", file.getPath());