Package org.apache.maven.repository
Class VersionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.repository.VersionNotFoundException
- All Implemented Interfaces:
 Serializable
Thrown if a dependency has an invalid version.
- Author:
 - Brett Porter
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionVersionNotFoundException(String projectId, Dependency dependency, File pomFile, InvalidVersionSpecificationException cause)  - 
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
VersionNotFoundException
public VersionNotFoundException(String projectId, Dependency dependency, File pomFile, InvalidVersionSpecificationException cause)  
 - 
 - 
Method Details
- 
getDependency
 - 
getProjectId
 - 
getPomFile
 - 
getCauseException
 
 -