Package org.apache.maven.project
Class DependencyResolutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.project.DependencyResolutionException
-
- All Implemented Interfaces:
java.io.Serializable
public class DependencyResolutionException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private DependencyResolutionResult
result
-
Constructor Summary
Constructors Constructor Description DependencyResolutionException(DependencyResolutionResult result, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependencyResolutionResult
getResult()
-
-
-
Field Detail
-
result
private final transient DependencyResolutionResult result
-
-
Constructor Detail
-
DependencyResolutionException
public DependencyResolutionException(DependencyResolutionResult result, java.lang.String message, java.lang.Throwable cause)
-
-
Method Detail
-
getResult
public DependencyResolutionResult getResult()
-
-