public class DependencyResolutionException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private DependencyResolutionResult |
result |
| Constructor and Description |
|---|
DependencyResolutionException(DependencyResolutionResult result,
java.lang.String message,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
DependencyResolutionResult |
getResult() |
private DependencyResolutionResult result
public DependencyResolutionException(DependencyResolutionResult result, java.lang.String message, java.lang.Throwable cause)
public DependencyResolutionResult getResult()