org.apache.maven.archetype.old
Class ArchetypeDescriptorException

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
                  extended by org.apache.maven.archetype.old.ArchetypeDescriptorException
All Implemented Interfaces:
Serializable

public class ArchetypeDescriptorException
extends ArchetypeGenerationFailure

Version:
$Id: ArchetypeDescriptorException.java 925928 2010-03-21 23:08:39Z hboutemy $
Author:
Jason van Zyl
See Also:
Serialized Form

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

ArchetypeDescriptorException

public ArchetypeDescriptorException(String message)

ArchetypeDescriptorException

public ArchetypeDescriptorException(Throwable cause)

ArchetypeDescriptorException

public ArchetypeDescriptorException(String message,
                                    Throwable cause)


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