public class ConnectionWithoutSinksError<G extends GameObject<G,A,R>,A extends MapArchObject<A>,R extends Archetype<G,A,R>> extends ConnectionError<G,A,R>
Constructor and Description |
---|
ConnectionWithoutSinksError(MapModel<G,A,R> mapModel,
int connected,
java.lang.Iterable<G> gameObjects)
Create a new instance.
|
getParameter
addGameObject, addMapSquare, getGameObjects, getMapModel, getMapSquares, getMessage, toString
public ConnectionWithoutSinksError(@NotNull MapModel<G,A,R> mapModel, int connected, @NotNull java.lang.Iterable<G> gameObjects)
mapModel
- The map on which the error occurred.connected
- The erroneous connected value.gameObjects
- the erroneous game objects