@Deprecated public class InvalidProjectModelException extends ProjectBuildingException
| Constructor and Description | 
|---|
| InvalidProjectModelException(String projectId,
                            String message,
                            File pomLocation)Deprecated.  | 
| InvalidProjectModelException(String projectId,
                            String message,
                            File pomFile,
                            ModelValidationResult validationResult)Deprecated.  | 
| InvalidProjectModelException(String projectId,
                            String pomLocation,
                            String message)Deprecated. 
 use  Fileconstructor for pomLocation | 
| InvalidProjectModelException(String projectId,
                            String pomLocation,
                            String message,
                            ModelValidationResult validationResult)Deprecated. 
 use  Fileconstructor for pomLocation | 
| Modifier and Type | Method and Description | 
|---|---|
| ModelValidationResult | getValidationResult()Deprecated.  | 
getPomFile, getPomLocation, getProjectId, getResultsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidProjectModelException(String projectId, String message, File pomLocation)
public InvalidProjectModelException(String projectId, String pomLocation, String message, ModelValidationResult validationResult)
File constructor for pomLocationprojectId - pomLocation - absolute path of the pom filemessage - validationResult - public InvalidProjectModelException(String projectId, String message, File pomFile, ModelValidationResult validationResult)
public final ModelValidationResult getValidationResult()
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.