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
- 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-2013 The Apache Software Foundation. All Rights Reserved.