org.apache.maven
Class NoGoalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.MavenException
              extended byorg.apache.maven.GoalException
                  extended byorg.apache.maven.NoGoalException
All Implemented Interfaces:
java.io.Serializable

public class NoGoalException
extends GoalException

Indicates an attempt to access run Maven, without having enough information to find the appropriate goal.

Version:
$Id: NoGoalException.java,v 1.4.4.2 2004/03/01 22:36:36 evenisse Exp $
Author:
Ben Walding
See Also:
Serialized Form

Constructor Summary
NoGoalException(java.lang.String message)
          Construct with an unknown goal name.
 
Methods inherited from class org.apache.maven.MavenException
getException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoGoalException

public NoGoalException(java.lang.String message)
Construct with an unknown goal name.

Parameters:
message - The message.


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