org.apache.maven
Class UnknownGoalException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.maven.MavenException
                    |
                    +--org.apache.maven.UnknownGoalException
All Implemented Interfaces:
java.io.Serializable

public synchronized class UnknownGoalException
extends MavenException

See Also:
Serialized Form

Constructor Summary
UnknownGoalException(java.lang.String)
           
 
Method Summary
 java.lang.String getGoalName()
           
 
Methods inherited from class org.apache.maven.MavenException
getException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownGoalException

public UnknownGoalException(java.lang.String)
Method Detail

getGoalName

public java.lang.String getGoalName()


Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.