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
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionArchetypeNotConfigured
(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
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
missingProperties
private java.util.List<java.lang.String> missingProperties
-
-
Constructor Details
-
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)
-
-
Method Details
-
getMissingProperties
public java.util.List<java.lang.String> getMissingProperties()
-