try:
	system('false')
except CmdError, instance:
	print "--SELFTEST-- CmdError Thrown: " + instance.__str__()