ctx.addInstrumentationDescriptor(id);
addInclusionRules(id, getInclusionRules());
addExclusionRules(id, getExclusionRules());
ExceptionEventProducer fep =
new ExceptionEventProducer(id, System.getProperty("resolution", "*"));
fep.addExceptionListener(this);
}