Class DependencyCollectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.transfer.collection.DependencyCollectionException
- All Implemented Interfaces:
Serializable
Thrown in case of bad artifact descriptors, version ranges or other issues encountered during calculation of the
dependency graph.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DependencyCollectionException
- Parameters:
message
- The message you would give for the exception.cause
- The cause which is related to the message.
-