20 package net.sf.gridarta.model.scripts;
22 import org.jetbrains.annotations.NotNull;
49 super(
"undefined archetype " + archName, cause);
This exception is thrown if an event game object cannot be created.
UndefinedEventArchetypeNameException(@NotNull final String archName, @NotNull final Throwable cause)
Create a new instance.
This class implements an UndefinedEventArchetypeException that describes a missing archetype...
String getArchName()
Return the archetype that could not be found.
final String archName
The archetype name that could not be found.
static final long serialVersionUID
The serial version UID.