org.apache.ivy.plugins.resolver
private static class BasicResolver.UnresolvedDependencyException extends RuntimeException
Due to the contract of getDependency, this exception is never thrown publicly, but rather converted in a message (either error or verbose) and returning null
| Constructor Summary | |
|---|---|
| UnresolvedDependencyException()
Dependency has not been resolved.
| |
| UnresolvedDependencyException(String message)
Dependency has not been resolved.
| |
| UnresolvedDependencyException(String message, boolean error)
Dependency has not been resolved.
| |
| Method Summary | |
|---|---|
| boolean | isError() |