Lines Matching refs:Exception
163 raise Exception ("'%s' is not a valid directory!" % FvDir)
170 raise Exception("Cannot open GUID Xref file '%s'!" % xrefFile)
191 raise Exception("Cannot open FD file '%s'!" % fdFile)
204 raise Exception("Cannot open INF file '%s'!" % infFile)
230 raise Exception("Cannot open MAP file '%s'!" % mapFile)
242 raise Exception("Cannot open FV TXT file '%s'!" % fvTxtFile)
280 raise Exception("Could not locate FV file %s in FD!" % fvFile)
307 raise Exception("Could not find EFI_BASE_ADDRESS in INF file!" % fvFile)
501 except Exception:
548 raise Exception("Unrecognized expression %s" % var)
594 raise Exception("No closing brace")
686 raise Exception("Unexpected character found '%s'" % self.getCurr())
698 except Exception:
699 raise Exception("Unknown module name %s !" % var)
710 raise Exception("Unrecognized variable '%s'" % var)
766 raise Exception("Invalid file offset 0x%08x !" % value)
789 raise Exception("Unknown GUID %s !" % value)
804 raise Exception("Unknown symbol %s !" % value)
830 raise Exception("Invalid offset expression !")
871 raise Exception ("The FSP header is not valid. Stop patching FD.")
879 raise Exception("Expect more arguments for '%s'!" % fvFile)
911 raise Exception ("Patch command needs 2 parameters !")
914 raise Exception ("Patch failed for offset 0x%08X" % offset)
930 raise Exception ("Copy command OFFSET or LENGTH parameter is invalid !")
932 raise Exception ("Copy command needs 3 parameters !")
935 … raise Exception ("Copy failed from offset 0x%08X to offset 0x%08X!" % (src, dest))
939 raise Exception ("Unknown command %s!" % command)
942 except Exception as (ex):