Lines Matching refs:Exception
144 raise Exception ("'%s' is not a valid directory!" % FvDir)
151 raise Exception("Cannot open GUID Xref file '%s'!" % xrefFile)
172 raise Exception("Cannot open FD file '%s'!" % fdFile)
185 raise Exception("Cannot open INF file '%s'!" % infFile)
210 raise Exception("Cannot open MAP file '%s'!" % mapFile)
220 raise Exception("Cannot open FV TXT file '%s'!" % fvTxtFile)
256 raise Exception("Could not locate FV file %s in FD!" % fvFile)
283 raise Exception("Could not find EFI_BASE_ADDRESS in INF file!" % fvFile)
467 except Exception:
513 raise Exception("Unrecognized expression %s" % var)
559 raise Exception("No closing brace")
661 raise Exception("Unexpected character found '%s'" % self.getCurr())
673 except Exception:
674 raise Exception("Unknown module name %s !" % var)
685 raise Exception("Unrecognized variable '%s'" % var)
712 raise Exception("Invalid file offset 0x%08x !" % value)
752 raise Exception("Unknown GUID %s !" % value)
767 raise Exception("Unknown symbol %s !" % value)
794 raise Exception("Invalid offset expression !")
835 raise Exception ("The FSP header is not valid. Stop patching FD.")
843 raise Exception("Expect more arguments for '%s'!" % fvFile)
875 raise Exception ("Patch command needs 2 parameters !")
878 raise Exception ("Patch failed for offset 0x%08X" % offset)
894 raise Exception ("Copy command OFFSET or LENGTH parameter is invalid !")
896 raise Exception ("Copy command needs 3 parameters !")
899 … raise Exception ("Copy failed from offset 0x%08X to offset 0x%08X!" % (src, dest))
903 raise Exception ("Unknown command %s!" % command)
906 except Exception as (ex):