public class Warnings extends Object
| Constructor and Description |
|---|
Warnings()
|
public static void printOnce(Stringmessage)
public static void println(Stringtext, long delay)
This is intended to prevent the console from being flooded with warning messages for a frequently occurring problem/situation.
text - the message to print.
delay - the number of milliseconds to wait before another message may be printed.