org.apache.maven.archetype.exception
Class ArchetypeNotDefined

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

public class ArchetypeNotDefined
extends Exception

See Also:
Serialized Form

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

ArchetypeNotDefined

public ArchetypeNotDefined()

ArchetypeNotDefined

public ArchetypeNotDefined(String msg)

ArchetypeNotDefined

public ArchetypeNotDefined(Throwable cause)

ArchetypeNotDefined

public ArchetypeNotDefined(String msg,
                           Throwable cause)


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