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

Lines Matching defs:Error

29 __all__ = ["binhex","hexbin","Error"]
31 class Error(Exception):
192 raise Error, 'Filename too long'
219 raise Error, 'Writing data at the wrong time'
225 raise Error, 'Incorrect data size, diff=%r' % (self.rlen,)
233 raise Error, 'Writing resource data at the wrong time'
241 raise Error, 'Close at the wrong time'
243 raise Error, \
304 raise Error, \
310 raise Error, 'Premature EOF on binhex file'
380 raise Error, "No binhex data found"
406 raise Error, 'CRC error, computed %x, read %x' \
432 raise Error, 'Read data at wrong time'
446 raise Error, 'close_data at wrong time'
456 raise Error, 'Read resource data at wrong time'