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