public class DependencyResolverException extends Exception
Modifier | Constructor and Description |
---|---|
protected |
DependencyResolverException(Exception cause) |
|
DependencyResolverException(String message,
Exception e) |
Modifier and Type | Method and Description |
---|---|
DependencyResult |
getResult() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected DependencyResolverException(Exception cause)
cause
- The cause
of the problem.public DependencyResult getResult()
DependencyResult
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.