[Zope3-checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.35.10.4
Fred L. Drake, Jr.
fred@zope.com
Thu, 19 Dec 2002 12:03:57 -0500
Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv30613
Modified Files:
Tag: zconfig-schema-devel-branch
zconfig.tex
Log Message:
Document SchemaError.
=== Packages/ZConfig/doc/zconfig.tex 1.35.10.3 => 1.35.10.4 ===
--- Packages/ZConfig/doc/zconfig.tex:1.35.10.3 Tue Dec 10 16:33:40 2002
+++ Packages/ZConfig/doc/zconfig.tex Thu Dec 19 12:03:56 2002
@@ -267,6 +267,14 @@
ambiguity.
\end{excdesc}
+\begin{excdesc}{SchemaError}
+ Raised when a schema contains an error. This exception type
+ provides the attributes \member{url}, \member{lineno}, and
+ \member{colno}, which provide the source URL, the line number, and
+ the column number at which the error was detected. These attributes
+ may be \code{None} in some cases.
+\end{excdesc}
+
\begin{excdesc}{SubstitutionReplacementError}
Raised when the source text contains references to names which are
not defined in \var{mapping}. The attributes \member{source} and