456789101112
public class GetEmployeePosition extends GDQuery { protected Object executeQuery(PrevalentSystem system) { if (system.employeePosition.isEmpty()) { throw new EmployeePosistionDoesNotExistsInPersistenceException(); } return system.employeePosition; }