NoPathsException
Some 2d shapes, such as Union2d, Difference2d and Hull2d do not store the points which make up the shape. This exception is thrown when such a shape is used with a method that requires the point data.
For example, performing Shape2d.offset on a Union2d (or a transformation based on it) will throw this exception.