[Mulgara-svn] r967 - trunk/src/jar/resolver/java/org/mulgara/resolver

pag at mulgara.org pag at mulgara.org
Sat May 31 01:33:24 UTC 2008


Author: pag
Date: 2008-05-30 18:33:23 -0700 (Fri, 30 May 2008)
New Revision: 967

Modified:
   trunk/src/jar/resolver/java/org/mulgara/resolver/DatabaseOperationContext.java
Log:
Changed error text for unknown graphs without a URL scheme

Modified: trunk/src/jar/resolver/java/org/mulgara/resolver/DatabaseOperationContext.java
===================================================================
--- trunk/src/jar/resolver/java/org/mulgara/resolver/DatabaseOperationContext.java	2008-05-31 00:03:46 UTC (rev 966)
+++ trunk/src/jar/resolver/java/org/mulgara/resolver/DatabaseOperationContext.java	2008-05-31 01:33:23 UTC (rev 967)
@@ -235,8 +235,7 @@
           // Ensure that the host name can be extracted - in case there's an
           // opaque hostname.
           if (tmpModelName.isOpaque()) {
-            throw new QueryException("Unable to extract hostname from: " +
-                tmpModelName);
+            throw new QueryException("Unknown graph, and no hostname: " + tmpModelName);
           }
 
           // Do not test for locality if jar or file protocol




More information about the Mulgara-svn mailing list