Lines Matching defs:exception
133 parser.add_argument("--exception", action="store", default=None, type=int, choices=[0, 1],
134 help="set exception config, usage 1: [Enable] or 0: [Disable]")
505 self.exception("0") # disable the exception handler
513 def exception(self, args):
523 logging.debug("Stop at exception enabled")
526 return "Stop at exception enabled\n"
528 logging.debug("Stop at exception disabled")
531 return "Stop at exception disabled\n"
719 result += "Exception throw detected (to disable automatic stop type exception 0)\n"
1142 # If it is not the message type, or the end type of it, an exception is thrown.
1183 return "Uncaught exception: %s" % (message)