class Exp extends java.io.IOException { //////////// Line 01 ////////////// v_method( ); } void v_method( ) throws Exp { throw new Exp( ); } }