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