74757677787980
/** * Throws an ApplicationException when invoked * */ public void throwApplicationException() throws ApplicationException{ throw new ApplicationException("Testing ability to throw Application Exceptions"); }
77787980818283
/** * Throws an ApplicationException when invoked * */ public void throwApplicationException() throws ApplicationException{ throw new ApplicationException("Don't Panic"); }
89909192939495