Added throws statements

* Added throws statements to methods at WorkReportTypeCRUDController

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-08-02 10:39:17 +02:00 committed by Óscar González Fernández
parent dd968f709a
commit 76d3a2642a

View file

@ -262,7 +262,8 @@ public class WorkReportTypeCRUDController extends GenericForwardComposer
}
}
public void goToEditNewWorkReportForm(WorkReportType workReportType) {
public void goToEditNewWorkReportForm(WorkReportType workReportType)
throws ClassNotFoundException, InstantiationException, IllegalAccessException {
workReportCRUD.goToCreateForm(workReportType);
}