Lines Matching refs:ArgumentError
331 except (ArgumentError, NotImplementedError) as arg_error:
691 raise ArgumentError("'showraw' requires a command to run")
730 raise ArgumentError("No command specified.")
735 raise ArgumentError("Subcommand (%s) is not a valid command. " % str(command_args[0]))
1282 raise ArgumentError("invalid arguments")
1284 raise ArgumentError("insufficient arguments")
1319 raise ArgumentError("invalid arguments")
1321 raise ArgumentError("insufficient arguments")
1354 raise ArgumentError("Invalid cpu specification: %s" % cpu_num_string)
1360 raise ArgumentError("Invalid CPU range specified: `%s'" % cpu_num_string)
1371 …raise ArgumentError("Invalid CPU number specified. Valid range is 0..%d" % (kern.globals.real_ncp…
1389 raise ArgumentError("Invalid sort key field name `%s'" % field_arg)
1401 raise ArgumentError("Invalid output count `%s'" % cmd_options['-N']);