Groovy Documentation

org.gradle.api.artifacts
Class ResolveException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.gradle.api.GradleException
                  org.gradle.api.artifacts.ResolveException

class ResolveException
extends GradleException

A CircularReferenceException is thrown if circular references exists between tasks, the project evaluation order or the project dependsOn order.

author:
Hans Dockter


Constructor Summary
ResolveException()

ResolveException(java.lang.String message)

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

ResolveException(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

ResolveException

public ResolveException()


ResolveException

public ResolveException(java.lang.String message)


ResolveException

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


ResolveException

public ResolveException(java.lang.Throwable cause)


 

Groovy Documentation