Package yagdoc :: Module linker :: Class ValidityError
[show private | hide private]
[frames | no frames]

Type ValidityError

   object --+                
            |                
BaseException --+            
                |            
        Exception --+        
                    |        
            DataError --+    
                        |    
              LinkerError --+
                            |
                           ValidityError


Not a valid yagdoc index
Method Summary
  __init__(self, linkmap, detail)
Create a new validity error.
Inherited from DataError: format_gcc
Inherited from Exception: __new__
Inherited from BaseException: __delattr__, __getattribute__, __getitem__, __reduce__, __repr__, __setattr__, __setstate__, __str__
Inherited from object: __hash__, __reduce_ex__

Instance Variable Summary
Inherited from DataError: column, detail, filename, line

Class Variable Summary
Inherited from BaseException: args, message

Method Details

__init__(self, linkmap, detail)
(Constructor)

Create a new validity error.
Parameters:
linkmap - The LinkMap instance the error pertains to.
detail - Error detail.
           (type=str)
Overrides:
yagdoc.common.DataError.__init__

Generated by Epydoc 2.1 on Fri Oct 5 00:36:53 2007 http://epydoc.sf.net