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, getResultsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidProjectVersionException(String projectId, String locationInPom, String offendingVersion, File pomFile, InvalidVersionSpecificationException cause)
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.