@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, getResults
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.