Package org.apache.maven.archetype
Class ArchetypeGenerationResult
- java.lang.Object
-
- org.apache.maven.archetype.ArchetypeGenerationResult
-
public class ArchetypeGenerationResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Exception
cause
-
Constructor Summary
Constructors Constructor Description ArchetypeGenerationResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Exception
getCause()
void
setCause(java.lang.Exception cause)
-