105106107108109110111
/** * Throws an ApplicationException when invoked */ public void throwApplicationException() throws ApplicationException { throw new ApplicationException("Don't Panic"); }
248249250251252253254
/** * Throws an ApplicationException when invoked */ public void throwApplicationException() throws ApplicationException { throw new ApplicationException("Testing ability to throw Application Exceptions"); }
103104105106107108109
117118119120121122123
/** * Throws an ApplicationException when invoked * */ public void throwApplicationException() throws ApplicationException{ throw new ApplicationException("Testing ability to throw Application Exceptions"); }
249250251252253254255
69707172737475
67686970717273
91929394959697
/** * Throws an ApplicationException when invoked */ @Override public void throwApplicationException() throws ApplicationException { throw new ApplicationException("Testing ability to throw Application Exceptions"); }
55565758596061
/** * Throws an ApplicationException when invoked * */ public void throwApplicationException() throws ApplicationException { throw new ApplicationException("Testing ability to throw Application Exceptions"); }