org.apache.maven
Class MavenExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.MavenExecutionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateProjectException, InternalErrorException, MissingModuleException

public class MavenExecutionException
extends Exception

Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
MavenExecutionException(String message, File pomFile)
           
MavenExecutionException(String message, File pomFile, ProjectBuildingException cause)
           
MavenExecutionException(String message, Throwable cause)
           
 
Method Summary
 File 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

MavenExecutionException

public MavenExecutionException(String message,
                               File pomFile)

MavenExecutionException

public MavenExecutionException(String message,
                               File pomFile,
                               ProjectBuildingException cause)

MavenExecutionException

public MavenExecutionException(String message,
                               Throwable cause)
Method Detail

getPomFile

public File getPomFile()


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