static void fail() { throw new RuntimeException("fail"); } static void fail(String msg) { throw new RuntimeException(msg); }