Gridarta Editor
net.sf.gridarta.model.validation.errors.EnvironmentMapError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R > Class Template Reference

Validation error that's used when the EnvironmentChecker detected a possible error on the map. More...

+ Inheritance diagram for net.sf.gridarta.model.validation.errors.EnvironmentMapError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
+ Collaboration diagram for net.sf.gridarta.model.validation.errors.EnvironmentMapError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:

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

- Protected Member Functions inherited from net.sf.gridarta.model.validation.errors.GameObjectValidationError< G, A, R >
 GameObjectValidationError ( @NotNull final G gameObject)
 Creates a new instance. More...
 

Detailed Description

Validation error that's used when the EnvironmentChecker detected a possible error on the map.

Author
Andreas Kirschbaum

Definition at line 33 of file EnvironmentMapError.java.

Constructor & Destructor Documentation

◆ EnvironmentMapError()

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.

Parameters
gameObjectthe game object on which the error occurred
typeDescriptionthe type's description

Definition at line 51 of file EnvironmentMapError.java.

References net.sf.gridarta.model.validation.errors.EnvironmentMapError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.typeDescription.

Member Function Documentation

◆ getParameter()

Member Data Documentation

◆ serialVersionUID

final long net.sf.gridarta.model.validation.errors.EnvironmentMapError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.serialVersionUID = 1L
staticprivate

The serial version UID.

Definition at line 38 of file EnvironmentMapError.java.

◆ typeDescription


The documentation for this class was generated from the following file: