Class IllegalDependencyNotation
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
org.gradle.api.IllegalDependencyNotation
- All Implemented Interfaces:
Serializable
This exceptions is thrown, if a dependency is declared with a illegal notation.
- Since:
- 0.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newIllegalDependencyNotation.IllegalDependencyNotation(String message) Creates a newIllegalDependencyNotation.IllegalDependencyNotation(String message, Throwable cause) Creates a newIllegalDependencyNotation. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalDependencyNotation
public IllegalDependencyNotation()Creates a newIllegalDependencyNotation.- Since:
- 0.7
-
IllegalDependencyNotation
Creates a newIllegalDependencyNotation.- Since:
- 0.7
-
IllegalDependencyNotation
-