Package gnue :: Package common :: Package base :: Module checktype :: Class TypeError
[show private | hide private]

Class TypeError

Exception --+        
            |        
        Error --+    
                |    
      SystemError --+
                    |
                   TypeError


Raised when checktype detects a wrong type.

Do not raise this exception manually.
Method Summary
  __init__(self, variable, expected)
    Inherited from Exception
  __getitem__(...)
  __str__(...)

Method Details

__init__(self, variable, expected)
(Constructor)

Overrides:
gnue.common.base.errors.SystemError.__init__


GNUe Home

Public API

Developer's Corner