Lines Matching refs:Error
28 class Error(ValueError):
56 raise Error, "Unpack header error: %s" % (arg,)
62 raise Error, "Unknown AppleSingle magic number 0x%8.8x" % (magic,)
64 raise Error, "Unknown AppleSingle version number 0x%8.8x" % (version,)
66 raise Error, "AppleSingle file contains no forks"
73 raise Error, "Unpack entry error: %s" % (arg,)
79 raise Error, "Short read: expected %d bytes got %d" % (length, len(data))
91 raise Error, "No resource fork found"
96 raise Error, "No useful forks found"