Lines Matching refs:Exception
34 throw Exception("invalid target");
38 throw Exception("invalid breakpoint");
57 throw Exception("Couldn't import %SOURCE_DIR%/some_cmd.py");
61 throw Exception("Couldn't launch process.");
63 throw Exception("Process was not stopped");
70 throw Exception("Couldn't add a stop hook.");
117 throw Exception("Didn't get running event");
120 throw Exception("Event wasn't a running event.");
125 throw Exception("Didn't get a stopped event");
128 throw Exception("Event wasn't a stop event.");
133 throw Exception("Didn't actually call stop hook.");