20 package net.sf.gridarta.model.validation.errors;
26 import org.jetbrains.annotations.NotNull;
Base Class for validation errors on maps.
A MapModel reflects the data of a map.
final MapModel< G, A, R > mapModel
The MapModel that caused the error.
Super class of all errors that could occur during map validation.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
static final long serialVersionUID
The serial version UID.
Interface for MapArchObjects.
MapValidationError(@NotNull final MapModel< G, A, R > mapModel)
Create a MapValidationError.