public class InvalidProjectVersionException extends ProjectBuildingException
Constructor and Description |
---|
InvalidProjectVersionException(String projectId,
String locationInPom,
String offendingVersion,
File pomFile,
InvalidVersionSpecificationException cause) |
Modifier and Type | Method and Description |
---|---|
String |
getLocationInPom() |
String |
getOffendingVersion() |
getPomFile, getPomLocation, getProjectId, getResults
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidProjectVersionException(String projectId, String locationInPom, String offendingVersion, File pomFile, InvalidVersionSpecificationException cause)
public String getOffendingVersion()
public String getLocationInPom()
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.