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

public class ArchetypeNotFoundException
extends java.lang.Exception

Version:
$Id: ArchetypeNotFoundException.java 596042 2007-11-18 03:19:28Z jvanzyl $
Author:
Jason van Zyl
See Also:
Serialized Form

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

ArchetypeNotFoundException

public ArchetypeNotFoundException(java.lang.String message)

ArchetypeNotFoundException

public ArchetypeNotFoundException(java.lang.Throwable cause)

ArchetypeNotFoundException

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


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