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

Class SDLException

source code

_object --+    
          |    
  Exception --+
              |
             SDLException

Proxy of C++ FIFE::SDLException class

Instance Methods [hide private]
 
__repr__(self) source code
 
__init__(self, *args)
__init__(self, string msg) -> SDLException
source code
string
getTypeStr(self) source code
string
getDescription(self) source code

Inherited from Exception: what

Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_SDLException
  __del__ = lambda self:
Method Details [hide private]

__repr__(self)
(Representation operator)

source code 
Overrides: _swig_repr

__init__(self, *args)
(Constructor)

source code 

__init__(self, string msg) -> SDLException

Overrides: Exception.__init__

getTypeStr(self)

source code 
Returns: string
Overrides: Exception.getTypeStr

getDescription(self)

source code 
Returns: string
Overrides: Exception.getDescription