Package trac :: Module core :: Class TracValueError

Class TracValueError

source code

              object --+                
                       |                
exceptions.BaseException --+            
                           |            
        exceptions.Exception --+        
                               |        
                   TracBaseError --+    
                                   |    
                           TracError --+
                                       |
              object --+               |
                       |               |
exceptions.BaseException --+           |
                           |           |
        exceptions.Exception --+       |
                               |       |
        exceptions.StandardError --+   |
                                   |   |
               exceptions.ValueError --+
                                       |
                                      TracValueError

Raised when a function or operator receives an argument that is the correct type, but inappropriate value.

Since: 1.2.1

Instance Methods

Inherited from TracError: __init__, __unicode__

Inherited from exceptions.ValueError: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __str__

Inherited from object: __format__, __hash__, __reduce_ex__, __sizeof__, __subclasshook__

Class Variables

Inherited from TracBaseError: title

Properties

Inherited from TracError: message

Inherited from exceptions.BaseException: args

Inherited from object: __class__