+ type.getName() + ", description=" + type.getDescription()
+ ", id=" + type.getProductTypeId() + ", versionerClass="
+ type.getVersioner() + ", repositoryPath="
+ type.getProductRepositoryPath() + "]");
} catch (Exception e) {
throw new CmdLineActionException(
"Failed to get product type by name '" + productTypeName
+ "' : " + e.getMessage(), e);
}
}