diff --git a/src/util/XMLNetAccessor.hpp b/src/util/XMLNetAccessor.hpp
index 0799786c181410f6dca6383166f7fb0fd0864753..c0a67258dcc32d96bd2a562a43cf7c36fef06ea8 100644
--- a/src/util/XMLNetAccessor.hpp
+++ b/src/util/XMLNetAccessor.hpp
@@ -56,6 +56,11 @@
 
 /**
  * $Log$
+ * Revision 1.3  2000/01/14 00:52:45  roddey
+ * Added a NetAccessorException for use by implementations of the
+ * NetAccessor abstraction, if they need to report errors during
+ * processing.
+ *
  * Revision 1.2  2000/01/12 00:16:23  roddey
  * Changes to deal with multiply nested, relative pathed, entities and to deal
  * with the new URL class changes.
@@ -76,6 +81,19 @@
 class BinInputStream;
 
 
+// Hard coded Unicode text for "NetAccessorException"
+static const XMLCh gNetAccessorException_Name[] =
+{
+        chLatin_N, chLatin_e, chLatin_t, chLatin_A, chLatin_c, chLatin_c
+    ,   chLatin_e, chLatin_s, chLatin_s, chLatin_o, chLatin_r, chLatin_E
+    ,   chLatin_x, chLatin_c, chLatin_e, chLatin_p, chLatin_t, chLatin_i
+    ,   chLatin_o, chLatin_n, chNull
+};
+
+MakeXML4CException(NetAccessorException, XMLUTIL_EXPORT)
+
+
+
 //
 //  This class is an abstract interface via which the URL class accesses
 //  net access services. When any source URL is not in effect a local file