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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArchetypeException(String msg) ArchetypeException(String msg, Throwable cause) ArchetypeException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArchetypeException
public ArchetypeException() -
ArchetypeException
-
ArchetypeException
-
ArchetypeException
-