![]() |
Gridarta Editor
|
Validation error that's used when the EnvironmentChecker detected a possible error on the map. More...
Public Member Functions | |
EnvironmentMapError (@NotNull final G gameObject, @NotNull final String typeDescription) | |
Creates a new instance. More... | |
String | getParameter (final int id) |
Private Attributes | |
final String | typeDescription |
The type's description. More... | |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
The serial version UID. More... | |
Additional Inherited Members | |
![]() | |
GameObjectValidationError ( @NotNull final G gameObject) | |
Creates a new instance. More... | |
Validation error that's used when the EnvironmentChecker detected a possible error on the map.
Definition at line 33 of file EnvironmentMapError.java.
net.sf.gridarta.model.validation.errors.EnvironmentMapError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.EnvironmentMapError | ( | @NotNull final G | gameObject, |
@NotNull final String | typeDescription | ||
) |
Creates a new instance.
gameObject | the game object on which the error occurred |
typeDescription | the type's description |
Definition at line 51 of file EnvironmentMapError.java.
String net.sf.gridarta.model.validation.errors.EnvironmentMapError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.getParameter | ( | final int | id | ) |
|
staticprivate |
The serial version UID.
Definition at line 38 of file EnvironmentMapError.java.
|
private |
The type's description.
Definition at line 44 of file EnvironmentMapError.java.
Referenced by net.sf.gridarta.model.validation.errors.EnvironmentMapError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.EnvironmentMapError(), and net.sf.gridarta.model.validation.errors.EnvironmentMapError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.getParameter().