Lines Matching refs:exc
513 except IOError, exc:
514 raise IOError("cannot open proto list: %s" % str(exc))
585 except IOError, exc:
586 raise IOError("cannot read manifest: %s" % str(exc))
587 except actions.ActionError, exc:
588 raise ManifestParsingError(mfile, str(exc))
673 except IOError, exc:
674 sys.stderr.write("warning: %s\n" % str(exc))
699 except IOError, exc:
701 str(exc))
713 for exc in excfile:
714 exc = exc.split()
715 if len(exc) and exc[0][0] != "#":
716 if arch in (exc[1:] or arch):
717 self.add(os.path.normpath(exc[0]))
775 except getopt.GetoptError, exc:
776 usage(str(exc))
868 except IOError, exc:
869 sys.stderr.write("warning: %s\n" % str(exc))
874 for exc in sorted(exceptions):
875 print "\t%s" % exc
882 for exc in sorted(harmfulexceptions):
883 print "\t%s" % exc
884 del manifesttree[exc]