org.apache.maven.archetype.exception
Class ArchetypeGenerationFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.archetype.exception.ArchetypeException
              extended by org.apache.maven.archetype.exception.ArchetypeGenerationFailure
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArchetypeDescriptorException, ArchetypeNotFoundException, ArchetypeTemplateProcessingException

public class ArchetypeGenerationFailure
extends ArchetypeException

See Also:
Serialized Form

Constructor Summary
ArchetypeGenerationFailure()
           
ArchetypeGenerationFailure(String msg)
           
ArchetypeGenerationFailure(String msg, Throwable cause)
           
ArchetypeGenerationFailure(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArchetypeGenerationFailure

public ArchetypeGenerationFailure()

ArchetypeGenerationFailure

public ArchetypeGenerationFailure(String msg)

ArchetypeGenerationFailure

public ArchetypeGenerationFailure(Throwable cause)

ArchetypeGenerationFailure

public ArchetypeGenerationFailure(String msg,
                                  Throwable cause)


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.