.next();
// FIXME: pass in the options.
// Currently this is not possible because the
// internalTransform method is protected.
transformer.transform(body, phaseName, options);
}
} catch (RuntimeException ex) {
System.err.println("Exception occurred while processing "
+ method);
throw ex;