class Test { void foo () { } void bar () throws Exception { foo(); } }