Lines Matching refs:Exception
79 class NlError(Exception):
372 raise Exception(f'Multicast group "{mcast_name}" not present in the spec')
397 raise Exception(f'Multicast group "{mcast_name}" not present in the family')
419 raise Exception(f"Family '{self.yaml['name']}' not supported by the kernel")
448 raise Exception(f"Space '{space}' has no attribute '{name}'")
465 raise Exception(f'Unknown type for binary attribute, value: {value}')
470 raise Exception(f'Unknown type at {space} {name} {value} {attr["type"]}')
522 raise Exception(f"Space '{space}' has no attribute with value '{attr.type}'")
537 raise Exception(f'Unknown {attr_spec["type"]} with name {attr_spec["name"]}')
556 raise Exception(f"Space '{attr_set.name}' has no attribute with value '{attr.type}'")
566 raise Exception(f"Can't dive into {attr.type} ({attr_spec['name']}) for extack")