public class DependencyGraphBuilderException
extends java.lang.Exception
| Constructor | Description |
|---|---|
DependencyGraphBuilderException(java.lang.String message) |
|
DependencyGraphBuilderException(java.lang.String message,
java.lang.Throwable cause) |
public DependencyGraphBuilderException(java.lang.String message)
message - Message indicating why dependency graph could not be resolved.public DependencyGraphBuilderException(java.lang.String message,
java.lang.Throwable cause)
message - Message indicating why dependency graph could not be resolved.cause - Throwable indicating at which point the graph failed to be resolved.