20 package net.sf.gridarta.model.validation.checks;
27 import org.jetbrains.annotations.NotNull;
28 import org.jetbrains.annotations.Nullable;
final String message
The error message.
A MapModel reflects the data of a map.
This package contains the framework for validating maps.
final MapModel< G, A, R > mapModel
The MapModel that caused the error.
Super class of all errors that could occur during map validation.
MapCheckerScriptIOError(@NotNull final MapModel< G, A, R > mapModel, @NotNull final String file, @NotNull final String message)
Creates a new instance.
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.
A ValidationError that reports I/O errors related to MapCheckerScriptChecker.
String getParameter(final int id)
final String file
The file name related to the error message.
Interface for MapArchObjects.