From 0baa46d5ee4f62adb58f436af4978d9468454870 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Fri, 22 Jun 2012 10:11:17 +0200 Subject: Modules and entitycreation support Aggregations, collection properties and class identifiers --- src/main/java/com/c2kernel/collection/AggregationDescription.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main/java/com/c2kernel/collection/AggregationDescription.java') diff --git a/src/main/java/com/c2kernel/collection/AggregationDescription.java b/src/main/java/com/c2kernel/collection/AggregationDescription.java index a046871..6021ed6 100644 --- a/src/main/java/com/c2kernel/collection/AggregationDescription.java +++ b/src/main/java/com/c2kernel/collection/AggregationDescription.java @@ -5,6 +5,7 @@ package com.c2kernel.collection; * @author $Author: abranson $ */ +import com.c2kernel.common.ObjectNotFoundException; import com.c2kernel.graph.model.Vertex; import com.c2kernel.property.PropertyDescriptionList; import com.c2kernel.property.PropertyUtility; @@ -25,7 +26,7 @@ public class AggregationDescription extends Aggregation implements CollectionDes @Override - public Aggregation newInstance() + public Aggregation newInstance() throws ObjectNotFoundException { AggregationInstance newInstance = new AggregationInstance(getName()); newInstance.setURLInfo(getURLInfo()); -- cgit v1.2.3