Package gammu :: Class GSMError
[hide private]
[frames] | no frames]

Class GSMError

source code

              object --+        
                       |        
exceptions.BaseException --+    
                           |    
        exceptions.Exception --+
                               |
                              GSMError
Known Subclasses:
ERR_BUG, ERR_CANCELED, ERR_CANTOPENFILE, ERR_DATACONVERTED, ERR_DEVICEBUSY, ERR_DEVICECHANGESPEEDERROR, ERR_DEVICEDTRRTSERROR, ERR_DEVICELOCKED, ERR_DEVICENODRIVER, ERR_DEVICENOPERMISSION, ERR_DEVICENOTEXIST, ERR_DEVICENOTWORK, ERR_DEVICEOPENERROR, ERR_DEVICEPARITYERROR, ERR_DEVICEREADERROR, ERR_DEVICEWRITEERROR, ERR_EMPTY, ERR_EMPTYSMSC, ERR_FILEALREADYEXIST, ERR_FILENOTEXIST, ERR_FILENOTSUPPORTED, ERR_FOLDERNOTEMPTY, ERR_FOLDERPART, ERR_FRAMENOTREQUESTED, ERR_FULL, ERR_GNAPPLETWRONG, ERR_INSIDEPHONEMENU, ERR_INVALIDDATA, ERR_INVALIDDATETIME, ERR_INVALIDLOCATION, ERR_MEMORY, ERR_MOREMEMORY, ERR_NEEDANOTHERANSWER, ERR_NOSIM, ERR_NOTCONNECTED, ERR_NOTIMPLEMENTED, ERR_NOTSUPPORTED, ERR_OTHERCONNECTIONREQUIRED, ERR_PERMISSION, ERR_PHONEOFF, ERR_SECURITYERROR, ERR_SHOULDBEFILE, ERR_SHOULDBEFOLDER, ERR_SOURCENOTAVAILABLE, ERR_TIMEOUT, ERR_UNCONFIGURED, ERR_UNKNOWN, ERR_UNKNOWNCONNECTIONTYPESTRING, ERR_UNKNOWNFRAME, ERR_UNKNOWNMODELSTRING, ERR_UNKNOWNRESPONSE, ERR_WORKINPROGRESS, ERR_WRONGCRC

Generic class as parent for all gammu exceptions. This is never raised directly.

Instance Methods [hide private]

Inherited from exceptions.Exception: __init__, __new__

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

Inherited from object: __hash__, __reduce_ex__

Properties [hide private]

Inherited from exceptions.BaseException: args, message

Inherited from object: __class__