else if (!"rect".equals(shape) && !"rectangle".equals(shape) && !"circle".equals(shape)
                    && !"circ".equals(shape) && !"polygon".equals(shape) && !"poly".equals(shape))
                throw new WrongValueException("Unknown shape: " + shape);