/** Validates the state of this factory (makes sure the factory is properly configured) */
 public final void validate() {
   doValidate();
   factories.validate();
 }