Package org.apache.maven.project
Class MissingProjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.MissingProjectException
- All Implemented Interfaces:
Serializable
Exception that occurs when the user has identifed a project to make, but that project doesn't exist.
- Version:
- $Id$
- Author:
- Dan Fabulich
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingProjectException
(String message) MissingProjectException
(String message, Exception e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingProjectException
-
MissingProjectException
-