248249250251252253254
/** * Throws an ApplicationException when invoked */ public void throwApplicationException() throws ApplicationException { throw new ApplicationException("Testing ability to throw Application Exceptions"); }
89909192939495
103104105106107108109
116117118119120121122
100101102103104105106
49505152535455
67686970717273
74757677787980
54555657585960
69707172737475