Lines Matching refs:Exception
242 raise Exception("response_packet cannot be None")
261 raise Exception("response_packet cannot be None")
280 raise Exception("endian cannot be None")
282 raise Exception("value_string cannot be None or empty")
300 raise Exception("unsupported endian:{}".format(endian))
306 raise Exception("endian cannot be None")
308 raise Exception("value_string cannot be None or empty")
322 raise Exception("unsupported endian:{}".format(endian))
328 raise Exception("endian cannot be None")
353 raise Exception("unsupported endian:{}".format(endian))
416 raise Exception(
419 raise Exception(
450 raise Exception(
466 raise Exception(
526 raise Exception(
529 raise Exception(
559 raise Exception(
563 raise Exception(
583 raise Exception(
630 raise Exception("regex cannot be None")
633 raise Exception(
650 raise Exception("accumulated_output cannot be none")
652 raise Exception("context cannot be none")
656 raise Exception(
669 raise Exception(
689 raise Exception(
735 raise Exception(
785 raise Exception("unknown entry type \"%s\"" % entry_type)
807 raise Exception(
858 class ChecksumMismatch(Exception):