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
public class InvalidProjectVersionException
- extends ProjectBuildingException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidProjectVersionException
public InvalidProjectVersionException(String projectId,
String locationInPom,
String offendingVersion,
File pomFile,
InvalidVersionSpecificationException cause)
getOffendingVersion
public String getOffendingVersion()
getLocationInPom
public String getLocationInPom()
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.