org.apache.maven.archetype.old
Class ArchetypeTemplateProcessingException

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

public class ArchetypeTemplateProcessingException
extends ArchetypeGenerationFailure

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

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

ArchetypeTemplateProcessingException

public ArchetypeTemplateProcessingException(String message)

ArchetypeTemplateProcessingException

public ArchetypeTemplateProcessingException(Throwable cause)

ArchetypeTemplateProcessingException

public ArchetypeTemplateProcessingException(String message,
                                            Throwable cause)


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