Example #1
0
 def __init__(self, msg):
     PBTranscriptException.__init__(self, "classify", msg)
 def __init__(self, msg):
     PBTranscriptException.__init__(self, "classify", msg)
Example #3
0
 def __init__(self, msg):
     PBTranscriptException.__init__(self, "cluster", msg)
Example #4
0
 def __init__(self, msg):
     print msg  # Necessary because PBTranscriptException isn't printing the error message
     PBTranscriptException.__init__(self, "classify", msg)
Example #5
0
 def __init__(self, msg):
     PBTranscriptException.__init__(self, "cluster", msg)