1: /**
2: @author Frank M. Carrano
3: @author Timothy M. Henry
4: @version 5.0
5: */
6: public class SuperClass
7: {
8: public void someMethod() throws Exception1
9: {
10: } // end someMethod
11: } // end SuperClass