Lines Matching refs:TurtleGraphicsError
821 class TurtleGraphicsError(Exception): class
846 raise TurtleGraphicsError("There is no shape type %s" % type_)
866 raise TurtleGraphicsError("Cannot add component to %s Shape"
1007 raise TurtleGraphicsError("No turtle-graphics-mode %s" % mode)
1082 raise TurtleGraphicsError("Bad arguments for register_shape.\n"
1106 raise TurtleGraphicsError("bad color string: %s" % str(color))
1110 raise TurtleGraphicsError("bad color arguments: %s" % str(color))
1114 raise TurtleGraphicsError("bad color sequence: %s" % str(color))
1125 raise TurtleGraphicsError("bad colorstring: %s" % cstr)
2443 raise TurtleGraphicsError("bad canvas argument %s" % canvas)
2611 raise TurtleGraphicsError("bad color arguments: %s" % str(args))
2615 raise TurtleGraphicsError("bad color sequence: %s" % str(args))
2681 raise TurtleGraphicsError("There is no shape named %s" % name)