| Class implementing an exception, which is raised, if a script couldn't be compiled. 
        
            | Methods |  |  
        | __init__ __repr__
 __str__
 
 |  
            |  | __init__ |  
        | 
__init__ ( self,  error )
 Constructor |  
            |  | __repr__ |  
        | 
__repr__ ( self )
 Private method returning a representation of the exception.        Returns            string representing the error message |  
            |  | __str__ |  
        | 
__str__ ( self )
 Private method returning a string representation of the exception.        Returns            string representing the error message |  |