X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.client.ui.dist%2Fsrc%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fdist%2Feditors%2FBundleRawPage.java;h=5001886f364983742a3d8f9372deea3241e8a2fb;hb=70901ba1327db41638c771fe923ecd947bd685d0;hp=2853912db801053bac53998adf85d794f8f7987d;hpb=9cdf3ff23b7416beca4ec27fba01888c7c37d298;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/editors/BundleRawPage.java b/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/editors/BundleRawPage.java index 2853912db..5001886f3 100644 --- a/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/editors/BundleRawPage.java +++ b/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/editors/BundleRawPage.java @@ -26,7 +26,7 @@ import javax.jcr.RepositoryException; import javax.jcr.Value; import javax.jcr.nodetype.NodeType; -import org.argeo.ArgeoException; +import org.argeo.slc.SlcException; import org.argeo.slc.client.ui.dist.DistImages; import org.argeo.slc.client.ui.dist.utils.DistUiHelpers; import org.argeo.slc.jcr.SlcNames; @@ -197,7 +197,7 @@ public class BundleRawPage extends FormPage implements SlcNames, SlcTypes { } } } catch (RepositoryException e) { - throw new ArgeoException( + throw new SlcException( "unexpected error while getting artifact information", e); } @@ -245,7 +245,7 @@ public class BundleRawPage extends FormPage implements SlcNames, SlcTypes { } } catch (RepositoryException e) { - throw new ArgeoException( + throw new SlcException( "Unexpected exception while listing node properties", e); } return elements.toArray(); @@ -305,7 +305,7 @@ public class BundleRawPage extends FormPage implements SlcNames, SlcTypes { return elements.toArray(); } } catch (RepositoryException e) { - throw new ArgeoException( + throw new SlcException( "Unexpected error getting multiple values property.", e); } return result; @@ -324,7 +324,7 @@ public class BundleRawPage extends FormPage implements SlcNames, SlcTypes { return true; } } catch (RepositoryException e) { - throw new ArgeoException( + throw new SlcException( "Unexpected exception while checking if property is multiple", e); }