Searched defs:TestBoxScriptException (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxscript_real.py63 class TestBoxScriptException(Exception): class in inherits:Exception
196 raise TestBoxScriptException('Couldn\'t determine the System UUID, please use --system-uuid to specify it.');
209 raise TestBoxScriptException('Invalid -E argument: "%s"' % (sEnvVar,));
278 raise TestBoxScriptException('Unsupported server type %s.' % (sType,));
301 raise TestBoxScriptException('Unsupported server type %s.' % (sType,));
328 raise TestBoxScriptException('Unsupported server type %s.' % (sType,));
333 raise TestBoxScriptException('Only CIFS mounts are supported on Windows.');
340 raise TestBoxScriptException('Unsupported host %s' % (sHostOs,));
970 except TestBoxScriptException, oXcpt:

Completed in 34 milliseconds