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