org.apache.maven.archetype.exception
Class ArchetypeGenerationConfigurationFailure

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.ArchetypeGenerationConfigurationFailure
All Implemented Interfaces:
Serializable

public class ArchetypeGenerationConfigurationFailure
extends ArchetypeException

See Also:
Serialized Form

Constructor Summary
ArchetypeGenerationConfigurationFailure()
           
ArchetypeGenerationConfigurationFailure(String msg)
           
ArchetypeGenerationConfigurationFailure(String msg, Throwable cause)
           
ArchetypeGenerationConfigurationFailure(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

ArchetypeGenerationConfigurationFailure

public ArchetypeGenerationConfigurationFailure()

ArchetypeGenerationConfigurationFailure

public ArchetypeGenerationConfigurationFailure(String msg)

ArchetypeGenerationConfigurationFailure

public ArchetypeGenerationConfigurationFailure(Throwable cause)

ArchetypeGenerationConfigurationFailure

public ArchetypeGenerationConfigurationFailure(String msg,
                                               Throwable cause)


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