@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  
File constructor for pomLocation | 
InvalidProjectModelException(String projectId,
                                                        String pomLocation,
                                                        String message,
                                                        ModelValidationResult validationResult)
Deprecated. 
 
use  
File constructor 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 InvalidProjectModelException(String projectId, String pomLocation, String message)
File constructor for pomLocationprojectId - pomLocation - absolute path of the pom filemessage - public final ModelValidationResult getValidationResult()
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.