1try:
2	system('false')
3except CmdError, instance:
4	print "--SELFTEST-- CmdError Thrown: " + instance.__str__()
5