org.apache.maven.lifecycle
Class MissingProjectException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.apache.maven.lifecycle.MissingProjectException
org.apache.maven.lifecycle.MissingProjectException
- All Implemented Interfaces: 
- Serializable
- public class MissingProjectException 
- extends Exception
Signals a failure to execute a lifecycle phase or mojo because a project is required but not present.
- Author:
- Benjamin Bentmann
- 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)
- Creates a new exception.
 
- Parameters:
- message- The detail message, may be- null.
 
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.