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