Searched defs:Exit (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/make/tools/reorder/tests/
H A DExit.java27 public class Exit { class
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DUtil.java53 /** Exit is used to replace the use of System.exit in the original javah.
55 public static class Exit extends Error { class in class:Util
57 Exit(int exitValue) { method in class:Util.Exit
61 Exit(int exitValue, Throwable cause) { method in class:Util.Exit
67 Exit(Exit e) { method in class:Util.Exit
98 private void initMessages() throws Exit {
106 private String getText(String key, Object... args) throws Exit {
120 public void usage() throws Exit {
124 public void version() throws Exit {
[all...]

Completed in 29 milliseconds