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:
    Serialized Form
    • Constructor Detail

      • IllegalDependencyNotation

        public IllegalDependencyNotation()
      • IllegalDependencyNotation

        public IllegalDependencyNotation​(String message)
      • IllegalDependencyNotation

        public IllegalDependencyNotation​(String message,
                                         Throwable cause)