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