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() |
getProjectId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 ProjectBuildingException
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.