20 package net.sf.gridarta.model.validation.checks;
27 import org.jetbrains.annotations.NotNull;
28 import org.jetbrains.annotations.Nullable;
Base Class for validation errors on maps.
A MapModel reflects the data of a map.
final String command
The command that could not be executed.
A MapValidationError that indicates that the map checker script could not be found.
This package contains the framework for validating maps.
final MapModel< G, A, R > mapModel
The MapModel that caused the error.
MapCheckerScriptMissingError(@NotNull final MapModel< G, A, R > mapModel, @NotNull final String command, @NotNull final String reason)
Create a MapValidationError.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
final String reason
The failure reason.
GameObjects are the objects based on Archetypes found on maps.
static final long serialVersionUID
The serial version UID.
String getParameter(final int id)
Interface for MapArchObjects.