org.apache.maven
Class MissingModuleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.MavenExecutionException
              extended by org.apache.maven.MissingModuleException
All Implemented Interfaces:
Serializable

public class MissingModuleException
extends MavenExecutionException

See Also:
Serialized Form

Constructor Summary
MissingModuleException(String moduleName, File moduleFile, File pomFile)
           
 
Method Summary
 File getModuleFile()
           
 String getModuleName()
           
 
Methods inherited from class org.apache.maven.MavenExecutionException
getPomFile
 
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

MissingModuleException

public MissingModuleException(String moduleName,
                              File moduleFile,
                              File pomFile)
Method Detail

getModuleFile

public File getModuleFile()

getModuleName

public String getModuleName()


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