org.apache.maven.reactor
Class MavenExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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)
getPomFile
public java.io.File getPomFile()
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.