Package org.gradle.api
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:
java.io.Serializable
public class IllegalDependencyNotation extends GradleException
This exceptions is thrown, if a dependency is declared with a illegal notation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalDependencyNotation()
IllegalDependencyNotation(java.lang.String message)
IllegalDependencyNotation(java.lang.String message, java.lang.Throwable cause)
-