org.apache.maven.reactor
Class MavenExecutionException

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

public class MavenExecutionException
extends java.lang.Exception

Version:
$Id: MavenExecutionException.java 700226 2008-09-29 19:51:10Z sisbell $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
MavenExecutionException(java.lang.String message, java.io.File pomFile)
           
MavenExecutionException(java.lang.String message, java.io.File pomFile, ProjectBuildingException cause)
           
MavenExecutionException(java.lang.String message, java.io.IOException cause)
           
MavenExecutionException(java.lang.String message, ProjectBuildingException cause)
           
 
Method Summary
 java.io.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(java.lang.String message,
                               java.io.File pomFile)

MavenExecutionException

public MavenExecutionException(java.lang.String message,
                               java.io.File pomFile,
                               ProjectBuildingException cause)

MavenExecutionException

public MavenExecutionException(java.lang.String message,
                               java.io.IOException cause)

MavenExecutionException

public MavenExecutionException(java.lang.String message,
                               ProjectBuildingException cause)
Method Detail

getPomFile

public java.io.File getPomFile()


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