Lines Matching full:raise
112 raise WicError("Can't build rootfs as bitbake is not in the $PATH")
123 raise WicError("The following build artifacts are not specified: %s" %
135 raise WicError("Couldn't verify build environment, exiting")
158 raise WicError("Image name is not specified, exiting. "
171 raise WicError("Unable to find the location of the native tools sysroot")
178 raise WicError("No image named %s found, exiting. (Use 'wic list images' "
190 raise WicError("--rootfs-dir (-r) not found, exiting")
192 raise WicError("--bootimg-dir (-b) not found, exiting")
194 raise WicError("--kernel-dir (-k) not found, exiting")
196 raise WicError("--native-sysroot (-n) not found, exiting")
212 … raise WicError("The artifact that couldn't be found was %s:\n %s" % (not_found, not_found_dir))
232 raise WicError("Bad list arguments, exiting")
384 raise argparse.ArgumentTypeError(err)
397 raise argparse.ArgumentTypeError("partition number is not specified")
429 raise argparse.ArgumentTypeError("Incorrect rule format: %s" % rule)
432 raise argparse.ArgumentTypeError("Rule '%s': partition number must be integer" % rule)
442 raise argparse.ArgumentTypeError("Rule '%s': size must be integer" % rule)
540 raise argparse.ArgumentTypeError("no image or partition number specified.")