diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-10-03 23:19:04 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-10-03 23:19:04 +0200 |
| commit | a5a9d90ec6714ad6a9358c35ca7093e5868373f7 (patch) | |
| tree | 32bceabaac0abc7605fee5f873b84ba9b26d2a65 /src/main/java/com/c2kernel/gui/collection/PropertyPanel.java | |
| parent | 31c13eed377fe1324ebed7fbaa56483a43e3d3d1 (diff) | |
Rolled back the renaming of existing exceptions.
Diffstat (limited to 'src/main/java/com/c2kernel/gui/collection/PropertyPanel.java')
| -rw-r--r-- | src/main/java/com/c2kernel/gui/collection/PropertyPanel.java | 4 |
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 932d7cc..38e3fd3 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.ObjectNotFound;
+import com.c2kernel.common.ObjectNotFoundException;
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 (ObjectNotFound ex) {
+ } catch (ObjectNotFoundException ex) {
clear();
selObjClass.setText("No Collection Member object found");
}
|
