 |
Gridarta Editor
|
Go to the documentation of this file.
20 package net.sf.gridarta.model.validation.errors;
25 import org.jetbrains.annotations.NotNull;
26 import org.jetbrains.annotations.Nullable;
static final long serialVersionUID
The serial version UID.
final String curValue
The current (incorrect) attribute value.
final String maxValue
The maximal allowed attribute value.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
Class for validation errors related to a GameObject.
GameObjects are the objects based on Archetypes found on maps.
String getParameter(final int id)
Interface for MapArchObjects.
final String minValue
The minimal allowed attribute value.
AttributeRangeError(@NotNull final G gameObject, @NotNull final String attributeName, @NotNull final String curValue, @NotNull final String minValue, @NotNull final String maxValue)
Creates a new instance.
final String attributeName
The suspicious attribute name.
Indicate an attribute value that is out of range.