Class ArchetypeNotConfigured

All Implemented Interfaces:
Serializable

public class ArchetypeNotConfigured extends ArchetypeException
See Also:
  • Constructor Details

    • ArchetypeNotConfigured

      public ArchetypeNotConfigured(List<String> missingProperties)
    • ArchetypeNotConfigured

      public ArchetypeNotConfigured(String msg, List<String> missingProperties)
    • ArchetypeNotConfigured

      public ArchetypeNotConfigured(Throwable cause, List<String> missingProperties)
    • ArchetypeNotConfigured

      public ArchetypeNotConfigured(String msg, Throwable cause, List<String> missingProperties)
  • Method Details

    • getMissingProperties

      public List<String> getMissingProperties()