Class DependencyResolverException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.shared.transfer.dependencies.resolve.DependencyResolverException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Maven31DependencyResolverException
public class DependencyResolverException extends java.lang.ExceptionThe Exception class in case a resolving does not work.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description protectedDependencyResolverException(java.lang.Exception cause)DependencyResolverException(java.lang.String message, java.lang.Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependencyResultgetResult()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DependencyResolverException
protected DependencyResolverException(java.lang.Exception cause)
- Parameters:
cause- Thecauseof the problem.
-
DependencyResolverException
public DependencyResolverException(java.lang.String message, java.lang.Exception e)- Parameters:
message- The message to give.e- TheException.
-
-
Method Detail
-
getResult
public DependencyResult getResult()
- Returns:
DependencyResult
-
-