org.gradle.api
[Java] Class IllegalDependencyNotation
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
org.gradle.api.IllegalDependencyNotation
public class IllegalDependencyNotation
extends GradleException
This exceptions is thrown, if a dependency is declared with a illegal notation.
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
IllegalDependencyNotation
public IllegalDependencyNotation()
-
IllegalDependencyNotation
public IllegalDependencyNotation(String message)
-
IllegalDependencyNotation
public IllegalDependencyNotation(String message, Throwable cause)
-
Gradle API 1.12