Class ArchetypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.archetype.exception.ArchetypeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArchetypeGenerationConfigurationFailure, ArchetypeGenerationFailure, ArchetypeNotConfigured, ArchetypeNotDefined, ArchetypeSelectionFailure, InvalidPackaging, OutputFileExists, PomFileExists, ProjectDirectoryExists, TemplateCreationException, UnknownArchetype, UnknownGroup

public class ArchetypeException extends Exception
See Also:
  • Constructor Details

    • ArchetypeException

      public ArchetypeException()
    • ArchetypeException

      public ArchetypeException(String msg)
    • ArchetypeException

      public ArchetypeException(Throwable cause)
    • ArchetypeException

      public ArchetypeException(String msg, Throwable cause)