org.apache.maven
Class MavenExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.MavenExecutionException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DuplicateProjectException, InternalErrorException, MissingModuleException
public class MavenExecutionException
- extends java.lang.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 |
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.lang.Throwable cause)
getPomFile
public java.io.File getPomFile()
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.