138139140141142143144
/** * */ public static void methodWithException() throws Exception { throw new SampleException("sample"); }
152153154155156157158
151152153154155156157