Home | History | Annotate | Download | only in python2.7

Lines Matching defs:Error

15 class Error(RuntimeError):
319 raise Error('only XML version 1.0 supported')
400 raise Error('neither < nor & ??')
429 raise Error('unexpected call to handle_comment')
495 raise Error('unexpected call to parse_cdata')
519 raise Error('unexpected call to parse_proc')
632 attrnamemap = {} # map from new name to old name (used for error reporting)
795 raise Error('Syntax error at line %d: %s' % (self.lineno, message))
846 print 'error at line %d:' % self.lineno, message
918 except Error, msg: