import java.lang.Exception; public class Foo { void m(Exception e) { e.throw<caret> value = null } }