public class ProjectBuildFailureException extends BuildFailureException
MojoFailureException with context
 information including projectId that caused the failure.| Constructor and Description | 
|---|
| ProjectBuildFailureException(String projectId,
                            MojoFailureException cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| MojoFailureException | getMojoFailureException() | 
| String | getProjectId() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProjectBuildFailureException(String projectId, MojoFailureException cause)
public MojoFailureException getMojoFailureException()
public String getProjectId()
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.