01: package org.acm.seguin.test; 02: 03: public class VenkatsError { 04: /** 05: * The error is in the javadoc comment 06: * 07: *@exception 08: *@exception IOException 09: *@param nothing is here 10: */ 11: public void run() throws IOException { 12: throw new IOException("Boy that is dumb"); 13: } 14: }