Beispiel #1
0
 def __str__(self):
    return "SYNTAX %s" % CompilationError.__str__(self)
Beispiel #2
0
 def __str__(self):
    return "'%s' - PREVIOUSLY DEFINED TYPE %s" % \
           (self.__featureName, CompilationError.__str__(self))
Beispiel #3
0
 def __str__(self):
    # XXX come back and figure out printing of erors.
    return "SYNTAX %s" % CompilationError.__str__(self)
Beispiel #4
0
 def __str__(self):
    # XXX come back and figure out printing of erors.
    return "UNEXPECTED SYMBOL %s" % CompilationError.__str__(self)
Beispiel #5
0
 def __str__(self):
    return "UNDEFINED SYMBOL %s" % CompilationError.__str__(self)