org.apache.maven.archetype.exception
Class ArchetypeNotConfigured

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

public class ArchetypeNotConfigured
extends ArchetypeException

See Also:
Serialized Form

Constructor Summary
ArchetypeNotConfigured(List<String> missingProperties)
           
ArchetypeNotConfigured(String msg, List<String> missingProperties)
           
ArchetypeNotConfigured(String msg, Throwable cause, List<String> missingProperties)
           
ArchetypeNotConfigured(Throwable cause, List<String> missingProperties)
           
 
Method Summary
 List<String> getMissingProperties()
           
 
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

ArchetypeNotConfigured

public ArchetypeNotConfigured(List<String> missingProperties)

ArchetypeNotConfigured

public ArchetypeNotConfigured(String msg,
                              List<String> missingProperties)

ArchetypeNotConfigured

public ArchetypeNotConfigured(Throwable cause,
                              List<String> missingProperties)

ArchetypeNotConfigured

public ArchetypeNotConfigured(String msg,
                              Throwable cause,
                              List<String> missingProperties)
Method Detail

getMissingProperties

public List<String> getMissingProperties()


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