Class DependencyGraphBuilderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.shared.dependency.graph.DependencyGraphBuilderException
-
- All Implemented Interfaces:
java.io.Serializable
public class DependencyGraphBuilderException extends java.lang.ExceptionIndicates that a Maven project's dependency graph cannot be resolved.- Since:
- 2.0
- Author:
- Hervé Boutemy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DependencyGraphBuilderException(java.lang.String message)DependencyGraphBuilderException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
DependencyGraphBuilderException
public DependencyGraphBuilderException(java.lang.String message)
- Parameters:
message- Message indicating why dependency graph could not be resolved.
-
DependencyGraphBuilderException
public DependencyGraphBuilderException(java.lang.String message, java.lang.Throwable cause)- Parameters:
message- Message indicating why dependency graph could not be resolved.cause- Throwable indicating at which point the graph failed to be resolved.
-
-