|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
org.gradle.api.CircularReferenceException
class CircularReferenceException extends GradleException
A CircularReferenceException
is thrown if circular references exists between tasks, the project
evaluation order or the project dependsOn order.
Constructor Summary | |
CircularReferenceException()
|
|
CircularReferenceException(java.lang.String message)
|
|
CircularReferenceException(java.lang.String message, java.lang.Throwable cause)
|
|
CircularReferenceException(java.lang.Throwable cause)
|
Method Summary |
---|
Methods inherited from class java.lang.RuntimeException | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
Methods inherited from class java.lang.Exception | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
Methods inherited from class java.lang.Throwable | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll |
Methods inherited from class java.lang.Object | |
---|---|
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll |
Constructor Detail |
---|
public CircularReferenceException()
public CircularReferenceException(java.lang.String message)
public CircularReferenceException(java.lang.String message, java.lang.Throwable cause)
public CircularReferenceException(java.lang.Throwable cause)
Groovy Documentation