org.apache.maven.project
Class MissingProjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
MissingProjectException(String message)
           
MissingProjectException(String message, Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingProjectException

public MissingProjectException(String message)

MissingProjectException

public MissingProjectException(String message,
                               Exception e)


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.