[Zope-Checkins] CVS: StandaloneZConfig/ZConfig/doc - zconfig.tex:1.92

Fred L. Drake, Jr. fred at zope.com
Wed Feb 11 16:31:47 EST 2004


Update of /cvs-repository/StandaloneZConfig/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv23803/ZConfig/doc

Modified Files:
	zconfig.tex 
Log Message:
move the "url" attribute to the base ConfigurationError exception,
and set it in more places


=== StandaloneZConfig/ZConfig/doc/zconfig.tex 1.91 => 1.92 ===
--- StandaloneZConfig/ZConfig/doc/zconfig.tex:1.91	Wed Feb 11 16:18:55 2004
+++ StandaloneZConfig/ZConfig/doc/zconfig.tex	Wed Feb 11 16:31:46 2004
@@ -1136,15 +1136,16 @@
 \begin{excdesc}{ConfigurationError}
   Base class for exceptions specific to the \module{ZConfig} package.
   All instances provide a \member{message} attribute that describes
-  the specific error.
+  the specific error, and a \member{url} attribute that gives the URL
+  of the resource the error was located in, or \constant{None}.
 \end{excdesc}
 
 \begin{excdesc}{ConfigurationSyntaxError}
   Exception raised when a configuration source does not conform to the
-  allowed syntax.  In addition to the \member{message} attribute,
-  exceptions of this type offer the \member{url} and \member{lineno}
-  attributes, which provide the URL and line number at which the error
-  was detected.
+  allowed syntax.  In addition to the \member{message} and
+  \member{url} attributes, exceptions of this type offer the
+  \member{lineno} attribute, which provides the line number at which
+  the error was detected.
 \end{excdesc}
 
 \begin{excdesc}{DataConversionError}




More information about the Zope-Checkins mailing list