public class UndefinedEventArchetypeNameException extends UndefinedEventArchetypeException
UndefinedEventArchetypeException that
describes a missing archetype.| Constructor and Description |
|---|
UndefinedEventArchetypeNameException(@NotNull java.lang.String archName,
@NotNull java.lang.Throwable cause)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.lang.String |
getArchName()
Returns the archetype that could not be found.
|