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
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
DependencyCollectorException- Parameters:
- message- the message you would give for the exception
- cause- the cause which is related to the message
 
 
-