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

public class ArchetypeTemplateProcessingException
extends java.lang.Exception

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

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

ArchetypeTemplateProcessingException

public ArchetypeTemplateProcessingException(java.lang.String message)

ArchetypeTemplateProcessingException

public ArchetypeTemplateProcessingException(java.lang.Throwable cause)

ArchetypeTemplateProcessingException

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


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