20 package net.sf.gridarta.model.validation.errors;
25 import org.jetbrains.annotations.NotNull;
26 import org.jetbrains.annotations.Nullable;
50 public ExitError(@NotNull
final G gameObject, @NotNull
final String exitPath) {
String getParameter(final int id)
static final long serialVersionUID
The serial version UID.
ExitError(@NotNull final G gameObject, @NotNull final String exitPath)
Creates a new instance.
Class for validation errors related to an GameObject.
Validation error that's used when a map has wrong exit paths.
final String exitPath
The exit path that was wrong.
Base package of all Gridarta classes.
Reflects a game object (object on a map).
GameObjects are the objects based on Archetypes found on maps.
Interface for MapArchObjects.