+ " from registry " + this.getClass().getSimpleName() + ", data class = "
+ dataClass);
}
if(processors.isEmpty()) {
throw new ProcessorNotFoundException("Np processors found for the data of the class '" +
dataClass.getName() + "'. Factory class is '" + getClass().getName() + "'");
}
return processors;
}