20 package net.sf.gridarta.model.validation.errors;
25 import org.jetbrains.annotations.NotNull;
26 import org.jetbrains.annotations.Nullable;
58 public EnvironmentInvError(@NotNull
final G gameObject, @NotNull
final String typeDescription, @NotNull
final String envTypeDescription) {
Class for validation errors related to an GameObject.
static final long serialVersionUID
The serial version UID.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
EnvironmentInvError(@NotNull final G gameObject, @NotNull final String typeDescription, @NotNull final String envTypeDescription)
Creates a new instance.
String getParameter(final int id)
final String typeDescription
The type's description.
final String envTypeDescription
The environment type's description.
Validation error that's used when the EnvironmentChecker detected a possible error on the map...
Interface for MapArchObjects.