Class ArchetypeNotConfigured

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

      • missingProperties

        private java.util.List<java.lang.String> missingProperties
    • 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)
    • Method Detail

      • getMissingProperties

        public java.util.List<java.lang.String> getMissingProperties()