Lines Matching refs:Exception
147 raise Exception("No description section found for " + proto)
166 raise Exception("No description found for " + proto)
173 raise Exception("No return section found for " + proto)
192 raise Exception("No return found for " + proto)
199 raise Exception(help_message)
295 raise Exception("Helper %s is missing from enum bpf_func_id" % name)
299 raise Exception("Helper %s has multiple descriptions which are not grouped together" % name)
305 raise Exception("Helper %s (ID %d) comment order (#%d) must be aligned with its position (#%d) in enum bpf_func_id" % (name, enum_val, i + 1, enum_pos + 1))
307 raise Exception("Helper %s has duplicated value %d" % (name, enum_val))
355 Exception if they don't match.
369 raise Exception(exception_msg)