Class ArchetypeNotConfigured
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.archetype.exception.ArchetypeException
-
- org.apache.maven.archetype.exception.ArchetypeNotConfigured
-
- All Implemented Interfaces:
java.io.Serializable
public class ArchetypeNotConfigured extends ArchetypeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<java.lang.String>
missingProperties
-
Constructor Summary
Constructors Constructor Description ArchetypeNotConfigured(java.lang.String msg, java.lang.Throwable cause, java.util.List<java.lang.String> missingProperties)
ArchetypeNotConfigured(java.lang.String msg, java.util.List<java.lang.String> missingProperties)
ArchetypeNotConfigured(java.lang.Throwable cause, java.util.List<java.lang.String> missingProperties)
ArchetypeNotConfigured(java.util.List<java.lang.String> missingProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getMissingProperties()
-
-
-
Constructor Detail
-
ArchetypeNotConfigured
public ArchetypeNotConfigured(java.util.List<java.lang.String> missingProperties)
-
ArchetypeNotConfigured
public ArchetypeNotConfigured(java.lang.String msg, java.util.List<java.lang.String> missingProperties)
-
ArchetypeNotConfigured
public ArchetypeNotConfigured(java.lang.Throwable cause, java.util.List<java.lang.String> missingProperties)
-
ArchetypeNotConfigured
public ArchetypeNotConfigured(java.lang.String msg, java.lang.Throwable cause, java.util.List<java.lang.String> missingProperties)
-
-