Gridarta Editor
net.sf.gridarta.model.archetype.DuplicateArchetypeException Class Reference

An Exception indicating that an Archetype name is not unique. More...

+ Inheritance diagram for net.sf.gridarta.model.archetype.DuplicateArchetypeException:
+ Collaboration diagram for net.sf.gridarta.model.archetype.DuplicateArchetypeException:

Public Member Functions

 DuplicateArchetypeException (@NotNull final String archetypeName)
 Creates a new instance. More...
 

Static Private Attributes

static final long serialVersionUID = 1L
 The serial version UID. More...
 

Detailed Description

An Exception indicating that an Archetype name is not unique.

Author
Andreas Kirschbaum

Definition at line 29 of file DuplicateArchetypeException.java.

Constructor & Destructor Documentation

◆ DuplicateArchetypeException()

net.sf.gridarta.model.archetype.DuplicateArchetypeException.DuplicateArchetypeException ( @NotNull final String  archetypeName)

Creates a new instance.

Parameters
archetypeNamethe archetype name

Definition at line 40 of file DuplicateArchetypeException.java.

Member Data Documentation

◆ serialVersionUID

final long net.sf.gridarta.model.archetype.DuplicateArchetypeException.serialVersionUID = 1L
staticprivate

The serial version UID.

Definition at line 34 of file DuplicateArchetypeException.java.


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