org.apache.maven.archetype
Class ArchetypeDescriptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.archetype.ArchetypeDescriptorException
All Implemented Interfaces:
java.io.Serializable

public class ArchetypeDescriptorException
extends java.lang.Exception

Version:
$Id: ArchetypeDescriptorException.java 390965 2006-04-03 06:55:06Z brett $
Author:
Jason van Zyl
See Also:
Serialized Form

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

ArchetypeDescriptorException

public ArchetypeDescriptorException(java.lang.Throwable cause)

ArchetypeDescriptorException

public ArchetypeDescriptorException(java.lang.String message,
                                    java.lang.Throwable cause)