org.apache.maven.archetype.exception
Class UnknownGroup

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

public class UnknownGroup
extends ArchetypeException

See Also:
Serialized Form

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

UnknownGroup

public UnknownGroup()

UnknownGroup

public UnknownGroup(String msg)

UnknownGroup

public UnknownGroup(Throwable cause)

UnknownGroup

public UnknownGroup(String msg,
                    Throwable cause)


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