[Zope3-checkins] CVS: Packages/SFTPGateway/src/ZConfig/doc - zconfig.tex:1.78

Fred L. Drake, Jr. fred at zope.com
Sun Dec 28 20:32:26 EST 2003


Update of /cvs-repository/Packages/SFTPGateway/src/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv9320

Modified Files:
	zconfig.tex 
Log Message:
document the new SchemaResourceError exception


=== Packages/SFTPGateway/src/ZConfig/doc/zconfig.tex 1.77 => 1.78 ===
--- Packages/SFTPGateway/src/ZConfig/doc/zconfig.tex:1.77	Mon Oct 27 16:47:28 2003
+++ Packages/SFTPGateway/src/ZConfig/doc/zconfig.tex	Sun Dec 28 20:32:24 2003
@@ -981,6 +981,16 @@
   may be \code{None} in some cases.
 \end{excdesc}
 
+\begin{excdesc}{SchemaResourceError}
+  Raised when there's an error locating a resource required by the
+  schema.  This is derived from \exception{SchemaError}.  Instances of
+  this exception class add the attributes \member{filename},
+  \member{package}, and \member{path}, which hold the filename
+  searched for within the package being loaded, the name of the
+  package, and the \code{__path__} attribute of the package itself (or
+  \constant{None} if it isn't a package or could not be imported).
+\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




More information about the Zope3-Checkins mailing list