public class ProjectBuildingException extends Exception
| Modifier | Constructor and Description | 
|---|---|
|   | ProjectBuildingException(List<ProjectBuildingResult> results) | 
|   | ProjectBuildingException(String projectId,
                        String message,
                        File pomFile) | 
| protected  | ProjectBuildingException(String projectId,
                        String message,
                        File pomFile,
                        Throwable cause) | 
|   | ProjectBuildingException(String projectId,
                        String message,
                        Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| File | getPomFile() | 
| String | getPomLocation()Deprecated. 
 use  getPomFile() | 
| String | getProjectId() | 
| List<ProjectBuildingResult> | getResults() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProjectBuildingException(String projectId, String message, Throwable cause)
public ProjectBuildingException(String projectId, String message, File pomFile)
projectId - message - pomFile - pom file locationprotected ProjectBuildingException(String projectId, String message, File pomFile, Throwable cause)
projectId - message - pomFile - pom file locationcause - public ProjectBuildingException(List<ProjectBuildingResult> results)
public File getPomFile()
public String getPomLocation()
getPomFile()public String getProjectId()
public List<ProjectBuildingResult> getResults()
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.