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"
1061 raise TurtleGraphicsError("No turtle-graphics-mode %s" % mode)
1136 raise TurtleGraphicsError("Bad arguments for register_shape.\n"
1159 raise TurtleGraphicsError("bad color string: %s" % str(color))
1163 raise TurtleGraphicsError("bad color arguments: %s" % str(color))
1167 raise TurtleGraphicsError("bad color sequence: %s" % str(color))
1178 raise TurtleGraphicsError("bad colorstring: %s" % cstr)
2539 raise TurtleGraphicsError("bad canvas argument %s" % canvas)
2707 raise TurtleGraphicsError("bad color arguments: %s" % str(args))
2711 raise TurtleGraphicsError("bad color sequence: %s" % str(args))
2777 raise TurtleGraphicsError("There is no shape named %s" % name)
2806 raise TurtleGraphicsError("stretch_wid/stretch_len must not be zero")
2942 raise TurtleGraphicsError("Bad shape transform matrix: must not be singular")