org.apache.maven.project
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 $
- Author:
- Dan Fabulich
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingProjectException
public MissingProjectException(String message)
MissingProjectException
public MissingProjectException(String message,
Exception e)
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.