Class IllegalDependencyNotation

All Implemented Interfaces:
Serializable

public class IllegalDependencyNotation extends GradleException
This exceptions is thrown, if a dependency is declared with a illegal notation.
See Also:
  • Constructor Details

    • IllegalDependencyNotation

      public IllegalDependencyNotation()
    • IllegalDependencyNotation

      public IllegalDependencyNotation(String message)
    • IllegalDependencyNotation

      public IllegalDependencyNotation(String message, Throwable cause)