Groovy Documentation

org.gradle.api
[Java] Class IllegalDependencyNotation

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.gradle.api.GradleException
                  org.gradle.api.IllegalDependencyNotation

public class IllegalDependencyNotation
extends GradleException

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


Constructor Summary
IllegalDependencyNotation()

IllegalDependencyNotation(String message)

IllegalDependencyNotation(String message, Throwable cause)

 
Method Summary
 
Methods inherited from class RuntimeException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Constructor Detail

IllegalDependencyNotation

public IllegalDependencyNotation()


IllegalDependencyNotation

public IllegalDependencyNotation(String message)


IllegalDependencyNotation

public IllegalDependencyNotation(String message, Throwable cause)


 

Gradle API 1.8