org.apache.maven
Class MavenExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.MavenExecutionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DuplicateProjectException, InternalErrorException, MissingModuleException
public class MavenExecutionException
- extends Exception
- Version:
- $Id: MavenExecutionException.java 824507 2009-10-12 21:31:09Z bentmann $
- 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 |
MavenExecutionException
public MavenExecutionException(String message,
File pomFile)
MavenExecutionException
public MavenExecutionException(String message,
File pomFile,
ProjectBuildingException cause)
MavenExecutionException
public MavenExecutionException(String message,
Throwable cause)
getPomFile
public File getPomFile()
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.