org.apache.maven.archetype.old
Class ArchetypeNotFoundException

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

public class ArchetypeNotFoundException
extends ArchetypeGenerationFailure

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

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

ArchetypeNotFoundException

public ArchetypeNotFoundException(String message)

ArchetypeNotFoundException

public ArchetypeNotFoundException(Throwable cause)

ArchetypeNotFoundException

public ArchetypeNotFoundException(String message,
                                  Throwable cause)


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