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.old.ArchetypeDescriptorException
All Implemented Interfaces:
java.io.Serializable

public class ArchetypeDescriptorException
extends java.lang.Exception

Version:
$Id: ArchetypeDescriptorException.java 596042 2007-11-18 03:19:28Z jvanzyl $
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)


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