(String msg)
| 253 | } |
| 254 | |
| 255 | private static void exitOnError(String msg) { |
| 256 | System.out.println("ERROR: " + msg); |
| 257 | System.exit(1); |
| 258 | } |
| 259 | |
| 260 | private static void handleException(Exception ex) { |
| 261 | System.out.println("ERROR: " + ex.getMessage() ); |
no outgoing calls
no test coverage detected