Class IllegalDependencyNotation

All Implemented Interfaces:
Serializable

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

    • IllegalDependencyNotation

      public IllegalDependencyNotation()
      Creates a new IllegalDependencyNotation.
      Since:
      0.7
    • IllegalDependencyNotation

      public IllegalDependencyNotation(String message)
      Creates a new IllegalDependencyNotation.
      Since:
      0.7
    • IllegalDependencyNotation

      public IllegalDependencyNotation(String message, Throwable cause)
      Creates a new IllegalDependencyNotation.
      Since:
      0.7