throws Exception
{
// Call the generator
GeneratorContext context = getContext();
Generator generator = context.getSelectedGenerator();
generator.performProcess(context);
}
/**
* Finishes the processing.
* This method is called after the {@link #process} method has terminated.