summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/gui/collection/PropertyPanel.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/c2kernel/gui/collection/PropertyPanel.java')
-rw-r--r--src/main/java/com/c2kernel/gui/collection/PropertyPanel.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/c2kernel/gui/collection/PropertyPanel.java b/src/main/java/com/c2kernel/gui/collection/PropertyPanel.java
index 38e3fd3..932d7cc 100644
--- a/src/main/java/com/c2kernel/gui/collection/PropertyPanel.java
+++ b/src/main/java/com/c2kernel/gui/collection/PropertyPanel.java
@@ -3,7 +3,7 @@ package com.c2kernel.gui.collection;
import com.c2kernel.collection.Aggregation;
import com.c2kernel.collection.AggregationMember;
import com.c2kernel.collection.CollectionMember;
-import com.c2kernel.common.ObjectNotFoundException;
+import com.c2kernel.common.ObjectNotFound;
import com.c2kernel.graph.model.Vertex;
import com.c2kernel.gui.graph.view.VertexPropertyPanel;
@@ -29,7 +29,7 @@ public class PropertyPanel extends VertexPropertyPanel {
}
else
clear();
- } catch (ObjectNotFoundException ex) {
+ } catch (ObjectNotFound ex) {
clear();
selObjClass.setText("No Collection Member object found");
}