api / org.gradle.api / IllegalDependencyNotation

IllegalDependencyNotation

open class IllegalDependencyNotation : GradleException

This exceptions is thrown, if a dependency is declared with a illegal notation.

Constructors

<init>

IllegalDependencyNotation()
IllegalDependencyNotation(message: String)
IllegalDependencyNotation(message: String, cause: Throwable)