Lines Matching refs:TurtleGraphicsError
866 class TurtleGraphicsError(Exception): class
891 raise TurtleGraphicsError("There is no shape type %s" % type_)
911 raise TurtleGraphicsError("Cannot add component to %s Shape"
1060 raise TurtleGraphicsError("No turtle-graphics-mode %s" % mode)
1135 raise TurtleGraphicsError("Bad arguments for register_shape.\n"
1158 raise TurtleGraphicsError("bad color string: %s" % str(color))
1162 raise TurtleGraphicsError("bad color arguments: %s" % str(color))
1166 raise TurtleGraphicsError("bad color sequence: %s" % str(color))
1177 raise TurtleGraphicsError("bad colorstring: %s" % cstr)
2538 raise TurtleGraphicsError("bad canvas argument %s" % canvas)
2706 raise TurtleGraphicsError("bad color arguments: %s" % str(args))
2710 raise TurtleGraphicsError("bad color sequence: %s" % str(args))
2776 raise TurtleGraphicsError("There is no shape named %s" % name)
2805 raise TurtleGraphicsError("stretch_wid/stretch_len must not be zero")
2940 raise TurtleGraphicsError("Bad shape transform matrix: must not be singular")