@param msg Message format. @param args Message arguments.
(String msg, Object... args)
| 125 | * Message arguments. |
| 126 | */ |
| 127 | public static void error(String msg, Object... args) { |
| 128 | error(null, msg, args); |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * @param t |
no test coverage detected