class C { void foo(String arg) throws Exception { Object[] objects; throw new Exception(""); objects[0] = arg; } }