public class VersionNotFoundException extends Exception
| Constructor and Description | 
|---|
| VersionNotFoundException(String projectId,
                        Dependency dependency,
                        File pomFile,
                        InvalidVersionSpecificationException cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| InvalidVersionSpecificationException | getCauseException() | 
| Dependency | getDependency() | 
| File | getPomFile() | 
| String | getProjectId() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VersionNotFoundException(String projectId, Dependency dependency, File pomFile, InvalidVersionSpecificationException cause)
public Dependency getDependency()
public String getProjectId()
public File getPomFile()
public InvalidVersionSpecificationException getCauseException()
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.