 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.validation.checks;
27 import org.jetbrains.annotations.NotNull;
28 import org.jetbrains.annotations.Nullable;
String getParameter(final int id)
Returns a parameter string to be used in the error message.
A MapModel reflects the data of a map.
Base package of all Gridarta classes.
Super class of all errors that could occur during map validation.
final String file
The file name related to the error message.
Reflects a game object (object on a map).
MapCheckerScriptIOError(@NotNull final MapModel< G, A, R > mapModel, @NotNull final String file, @NotNull final String message)
Creates a new instance.
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.
This package contains the framework for validating maps.
final String message
The error message.
final MapModel< G, A, R > mapModel
The MapModel that caused the error.
A ValidationError that reports I/O errors related to {}.
static final long serialVersionUID
The serial version UID.