![]() |
Gridarta Editor
|
A magic ear that does not contain a @match line. More...
Public Member Functions | |
SuspiciousMsgMagicEarWithoutMessageError (@NotNull final G gameObject) | |
Creates a new instance. More... | |
![]() | |
void | correct ( @NotNull final Component parentComponent) |
Try to correct this error. More... | |
String | getParameter (final int id) |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
The serial version UID. More... | |
Additional Inherited Members | |
![]() | |
AbstractSuspiciousMsgError ( @NotNull final G gameObject, @NotNull final String line) | |
Creates a new instance. More... | |
A magic ear that does not contain a @match line.
<G> | the game object type of the object |
<A> | the map arch object type of the object |
<R> | the archetype type of the object |
Definition at line 33 of file SuspiciousMsgMagicEarWithoutMessageError.java.
net.sf.gridarta.var.crossfire.model.validation.errors.SuspiciousMsgMagicEarWithoutMessageError< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.SuspiciousMsgMagicEarWithoutMessageError | ( | @NotNull final G | gameObject | ) |
Creates a new instance.
gameObject | the game object on which the error occurred |
Definition at line 44 of file SuspiciousMsgMagicEarWithoutMessageError.java.
|
staticprivate |
The serial version UID.
Definition at line 38 of file SuspiciousMsgMagicEarWithoutMessageError.java.