Package org.apache.maven
Class MissingModuleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.MavenExecutionException
-
- org.apache.maven.MissingModuleException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingModuleException extends MavenExecutionException
MissingModuleException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
moduleFile
private java.lang.String
moduleName
-
Constructor Summary
Constructors Constructor Description MissingModuleException(java.lang.String moduleName, java.io.File moduleFile, java.io.File pomFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.File
getModuleFile()
java.lang.String
getModuleName()
-
Methods inherited from class org.apache.maven.MavenExecutionException
getPomFile
-
-