continue;
}
// If not found throw exception...
//return new LayoutFormatter[] {new NotFoundFormatter(className)};
results.add(new NotFoundFormatter(className));
//throw new Exception(Globals.lang("Formatter not found") + ": "+ className);
}
return results.toArray(new LayoutFormatter[] {});
}