org.apache.maven
Class MissingModuleException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.apache.maven.MavenExecutionException
org.apache.maven.MavenExecutionException
               org.apache.maven.MissingModuleException
org.apache.maven.MissingModuleException
- All Implemented Interfaces: 
- Serializable
- public class MissingModuleException 
- extends MavenExecutionException
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
MissingModuleException
public MissingModuleException(String moduleName,
                              File moduleFile,
                              File pomFile)
getModuleFile
public File getModuleFile()
- 
 
getModuleName
public String getModuleName()
- 
 
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.