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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
cause
private java.lang.Exception cause
-
-
Constructor Details
-
ArchetypeGenerationResult
public ArchetypeGenerationResult()
-
-
Method Details
-
getCause
public java.lang.Exception getCause() -
setCause
public void setCause(java.lang.Exception cause)
-