org.apache.maven.archetype.source
Class ArchetypeDataSinkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.archetype.source.ArchetypeDataSinkException
All Implemented Interfaces:
java.io.Serializable

public class ArchetypeDataSinkException
extends java.lang.Exception

Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
ArchetypeDataSinkException(java.lang.String s)
           
ArchetypeDataSinkException(java.lang.String s, java.lang.Throwable throwable)
           
ArchetypeDataSinkException(java.lang.Throwable throwable)
           
 
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

ArchetypeDataSinkException

public ArchetypeDataSinkException(java.lang.String s)

ArchetypeDataSinkException

public ArchetypeDataSinkException(java.lang.String s,
                                  java.lang.Throwable throwable)

ArchetypeDataSinkException

public ArchetypeDataSinkException(java.lang.Throwable throwable)


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