1 ''' 2 Created on 21/02/2014 3 4 @author: david.vilares 5 ''' 6 7 -class NotFoundSubGraphClassifierException(Exception): 8 ''' 9 classdocs 10 ''' 11 12 13 - def __init__(self,value): 14 self.value = value 15 16 - def __str__(self): 17 return repr(self.value) 18