org.apache.maven.lifecycle
Class NoGoalSpecifiedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.lifecycle.NoGoalSpecifiedException
- All Implemented Interfaces:
- Serializable
public class NoGoalSpecifiedException
- extends Exception
Signals a failure to build because no goal was specified.
- Author:
- Benjamin Bentmann
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoGoalSpecifiedException
public NoGoalSpecifiedException(String message)
- Creates a new exception.
- Parameters:
message
- The detail message, may be null
.
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.