Package org.apache.maven.project
Class InvalidProjectVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.ProjectBuildingException
org.apache.maven.project.InvalidProjectVersionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidDependencyVersionException
InvalidProjectVersionException
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionInvalidProjectVersionException(String projectId, String locationInPom, String offendingVersion, File pomFile, InvalidVersionSpecificationException cause) 
- 
Method SummaryMethods inherited from class org.apache.maven.project.ProjectBuildingExceptiongetPomFile, getPomLocation, getProjectId, getResultsMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidProjectVersionExceptionpublic InvalidProjectVersionException(String projectId, String locationInPom, String offendingVersion, File pomFile, InvalidVersionSpecificationException cause) 
 
- 
- 
Method Details- 
getOffendingVersion
- 
getLocationInPom
 
-