public class InvalidProjectModelException extends ProjectBuildingException
| Constructor and Description |
|---|
InvalidProjectModelException(String projectId,
String pomLocation,
String message) |
InvalidProjectModelException(String projectId,
String pomLocation,
String message,
ModelValidationResult validationResult) |
InvalidProjectModelException(String projectId,
String pomLocation,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getPomLocation() |
ModelValidationResult |
getValidationResult() |
getProjectIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidProjectModelException(String projectId, String pomLocation, String message, Throwable cause)
public InvalidProjectModelException(String projectId, String pomLocation, String message, ModelValidationResult validationResult)
public final String getPomLocation()
public final ModelValidationResult getValidationResult()
public String getMessage()
getMessage in class ProjectBuildingExceptionCopyright © 2001-2021 The Apache Software Foundation. All Rights Reserved.