phelps
Class Utility
public
class
Utility
extends Object
Various funtions that should be part of Java, but aren't.
Method Summary |
static void | error(String msg)
Print message to System.err, exit via System.exit(1) .
|
static void | warning(String msg)
For bad situations that system can fix, it thinks.
|
public static void error(String msg)
Print message to System.err, exit via System.exit(1)
.
deprecated by Java 1.4 logging
public static void warning(String msg)
For bad situations that system can fix, it thinks.
Print message to System.err, but keep running.
deprecated by Java 1.4 logging