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