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:
- 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-2013 The Apache Software Foundation. All Rights Reserved.