Package org.apache.maven.lifecycle
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.
- Author:
- Benjamin Bentmann
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NoGoalSpecifiedExceptionCreates a new exception.- Parameters:
- message- The detail message, may be- null.
 
 
-