MCPcopy Create free account
hub / github.com/cconlon/kerberos-java-gssapi / errorExit

Method errorExit

examples/Util.java:50–57  ·  view source on GitHub ↗
(String msg, long[] min_stat, long maj_stat)

Source from the content-addressed store, hash-verified

48 * Display error and exit program.
49 */
50 public static void errorExit(String msg, long[] min_stat, long maj_stat)
51 {
52 System.out.println("Error: " + msg);
53 System.out.println("maj_stat = " + maj_stat + ", min_stat = "
54 + (int)min_stat[0]);
55 display_status(min_stat, maj_stat);
56 System.exit(1);
57 }
58
59 /*
60 * Display error and continue.

Callers 1

mainMethod · 0.95

Calls 1

display_statusMethod · 0.95

Tested by

no test coverage detected