Groovy Documentation

org.gradle.api
Class IllegalDependencyNotation

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

class IllegalDependencyNotation
extends GradleException

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

author:
Hans Dockter


Constructor Summary
IllegalDependencyNotation()

IllegalDependencyNotation(java.lang.String message)

IllegalDependencyNotation(java.lang.String message, java.lang.Throwable cause)

IllegalDependencyNotation(java.lang.Throwable cause)

 
Method Summary
 
Methods inherited from class java.lang.RuntimeException
toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Exception
toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Throwable
toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

IllegalDependencyNotation

public IllegalDependencyNotation()


IllegalDependencyNotation

public IllegalDependencyNotation(java.lang.String message)


IllegalDependencyNotation

public IllegalDependencyNotation(java.lang.String message, java.lang.Throwable cause)


IllegalDependencyNotation

public IllegalDependencyNotation(java.lang.Throwable cause)


 

Groovy Documentation