org.gradle.api
Class IllegalDependencyNotation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gradle.api.GradleException
                  extended by org.gradle.api.IllegalDependencyNotation
All Implemented Interfaces:
Serializable

public class IllegalDependencyNotation
extends GradleException

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

See Also:
Serialized Form

Constructor Summary
IllegalDependencyNotation()
           
IllegalDependencyNotation(String message)
           
IllegalDependencyNotation(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalDependencyNotation

public IllegalDependencyNotation()

IllegalDependencyNotation

public IllegalDependencyNotation(String message)

IllegalDependencyNotation

public IllegalDependencyNotation(String message,
                                 Throwable cause)