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, toStringprotected DependencyResolverException(Exception cause)
cause - The cause of the problem.public DependencyResult getResult()
DependencyResultCopyright © 2002–2020 The Apache Software Foundation. All rights reserved.