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:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private java.util.List<java.lang.String>
     
  • 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

    Modifier and Type
    Method
    Description
    java.util.List<java.lang.String>
     

    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()