//XXX Do we really want to print non-fatal messages to stderr? System.err.print("BINGO: "); System.err.println(message);
if (DEBUG) { if (e != null) { e.printStackTrace(); } } //XXX Do we really want to print non-fatal messages to stderr? System.err.print("BINGO: "); System.err.println(message);
if (DEBUG) { if (e != null) { e.printStackTrace(); } } System.err.print("BINGO: "); System.err.println(message); System.err.println("Exiting....."); System.exit(-1);