VersionError.py
Go to the documentation of this file.
00001 __author__ = 'tom1231'
00002 
00003 NEED_TO_UPDATE = -1
00004 SUG_TO_UPDATE = -2
00005 
00006 class VersionError(Exception):
00007     def __init__(self, versionErrorCode):
00008         self._errorCode = versionErrorCode
00009 
00010     def __str__(self):
00011         return str(self._errorCode)
00012 
00013     def getCode(self):
00014         return self._errorCode
00015 


ric_board
Author(s): RoboTiCan
autogenerated on Fri Oct 27 2017 03:02:31