public class VersionResolutionException extends RepositoryException
Constructor and Description |
---|
VersionResolutionException(VersionResult result) |
VersionResolutionException(VersionResult result,
String message) |
VersionResolutionException(VersionResult result,
String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
VersionResult |
getResult() |
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VersionResolutionException(VersionResult result)
public VersionResolutionException(VersionResult result, String message)
public VersionResolutionException(VersionResult result, String message, Throwable cause)
public VersionResult getResult()
Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.