org.apache.maven.archetype.exception
Class ArchetypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.archetype.exception.ArchetypeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArchetypeGenerationConfigurationFailure, ArchetypeGenerationFailure, ArchetypeNotConfigured, ArchetypeNotDefined, ArchetypeSelectionFailure, InvalidPackaging, OutputFileExists, PomFileExists, ProjectDirectoryExists, TemplateCreationException, UnknownArchetype, UnknownGroup

public class ArchetypeException
extends Exception

See Also:
Serialized Form

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

ArchetypeException

public ArchetypeException()

ArchetypeException

public ArchetypeException(String msg)

ArchetypeException

public ArchetypeException(Throwable cause)

ArchetypeException

public ArchetypeException(String msg,
                          Throwable cause)


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