Class MissingProjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.MissingProjectException
All Implemented Interfaces:
Serializable

public class MissingProjectException extends Exception
Exception that occurs when the user has identifed a project to make, but that project doesn't exist.
Version:
$Id: MissingProjectException.java 708543 2008-10-28 11:54:17Z bentmann $
See Also:
  • Constructor Details

    • MissingProjectException

      public MissingProjectException(String message)
    • MissingProjectException

      public MissingProjectException(String message, Exception e)