3839404142434445
} final Context context = FenixFramework.getDomainObject(contextID); if (context == null) { throw new FenixServiceException("error.noCourseGroup"); } degreeModule.deleteContext(context); } }