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

Class Exception

source code

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

Proxy of C++ FIFE::Exception class

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

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_Exception
  __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::Exception self, std::string const & msg) -> Exception

Overrides: object.__init__