Package fife :: Module fife :: Class NameClash
[hide private]
[frames] | no frames]

Class NameClash

source code

              object --+            
                       |            
exceptions.BaseException --+        
                           |        
        exceptions.Exception --+    
                               |    
                       Exception --+
                                   |
                                  NameClash

Proxy of C++ FIFE::NameClash class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self, *args)
__init__(FIFE::NameClash self, std::string const & msg) -> NameClash
source code
 
getTypeStr(self)
getTypeStr(NameClash self) -> std::string const &
source code
 
getDescription(self)
getDescription(NameClash self) -> std::string const &
source code

Inherited from Exception: update, what

Inherited from exceptions.Exception: __new__

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

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

Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
x.__setattr__('name', value) <==> x.name = value
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_NameClash
  __del__ = lambda self:
Properties [hide private]

Inherited from exceptions.BaseException: args, message

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self, *args)
(Constructor)

source code 

__init__(FIFE::NameClash self, std::string const & msg) -> NameClash

Overrides: object.__init__

getTypeStr(self)

source code 

getTypeStr(NameClash self) -> std::string const &

Overrides: Exception.getTypeStr

getDescription(self)

source code 

getDescription(NameClash self) -> std::string const &

Overrides: Exception.getDescription