* encountered, the collection will be empty, not <code>null</code>.
*/
public Collection validate (String className, ClassLoader classLoader,
ResourceBundle bundle)
{
return new ModelValidator(this, className, classLoader,
((bundle == null) ? getMessages() : bundle)).fullValidationCheck();
}