Class NoGoalSpecifiedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.lifecycle.NoGoalSpecifiedException
- All Implemented Interfaces:
 Serializable
Signals a failure to build because no goal was specified.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NoGoalSpecifiedException
Creates a new exception.- Parameters:
 message- The detail message, may benull.
 
 -