Package org.apache.maven.lifecycle
Class MissingProjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.lifecycle.MissingProjectException
- All Implemented Interfaces:
- Serializable
Signals a failure to execute a lifecycle phase or mojo because a project is required but not present.
- 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- 
MissingProjectExceptionCreates a new exception.- Parameters:
- message- The detail message, may be- null.
 
 
-