Searched refs:formatMsg (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/native2ascii/
H A DMain.java140 throw new Exception(formatMsg("err.cannot.write", outputFileName));
210 throw new Exception(formatMsg("err.cannot.read", f.getName()));
216 throw new Exception(formatMsg("err.cannot.read", f.getName()));
251 throw new Exception(formatMsg("err.cannot.write", tempFile.getName()));
268 throw new Exception(formatMsg("err.cannot.read", f.getName()));
274 throw new Exception(formatMsg("err.cannot.read", f.getName()));
303 throw new Exception(formatMsg("err.cannot.write", tempFile.getName()));
364 private String formatMsg(String key, String arg) { method in class:Main
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DMain.java110 private String formatMsg(String key, String arg) { method in class:Main
294 fatalError(formatMsg("error.cant.open", e.getMessage()));
365 error(formatMsg("error.illegal.option",
456 error(formatMsg("error.nosuch.fileordir", String.valueOf(f)));
719 output(formatMsg("out.ignore.entry", name));
727 out.print(formatMsg("out.adding", name));
754 output(formatMsg("out.deflated", String.valueOf(ratio)));
834 throw new JarException(formatMsg(
934 throw new IOException(formatMsg("error.create.dir",
939 throw new IOException(formatMsg("erro
[all...]
/openjdk7/jdk/test/java/util/zip/
H A Dzip.java182 fatalError(formatMsg("error.cant.open", e.getMessage()));
234 error(formatMsg("error.illegal.option",
317 error(formatMsg("error.nosuch.fileordir", String.valueOf(f)));
413 out.print(formatMsg("out.adding", name));
448 output(formatMsg("out.deflated", String.valueOf(ratio)));
468 throw new ZipException(formatMsg(
549 throw new IOException(formatMsg("error.create.dir",
554 throw new IOException(formatMsg("error.create.dir",
561 output(formatMsg("out.create", name));
567 throw new IOException(formatMsg(
688 private String formatMsg(String key, String arg) { method in class:zip
[all...]

Completed in 45 milliseconds