org.apache.maven
Class ProjectBuildFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.BuildFailureException
org.apache.maven.ProjectBuildFailureException
- All Implemented Interfaces:
- Serializable
public class ProjectBuildFailureException
- extends BuildFailureException
Exception which occurs when a normal (i.e. non-aggregator) mojo fails to
execute. In this case, the mojo failed while executing against a particular
project instance, so we can wrap the MojoFailureException
with context
information including projectId and the MojoBinding
that caused the
failure.
- Author:
- jdcasey
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProjectBuildFailureException
public ProjectBuildFailureException(String projectId,
MojoFailureException cause)
getMojoFailureException
public MojoFailureException getMojoFailureException()
getProjectId
public String getProjectId()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.