Class CircularReferenceException

All Implemented Interfaces:
Serializable

public class CircularReferenceException extends GradleException

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

Since:
0.7
See Also:
  • Constructor Details

    • CircularReferenceException

      public CircularReferenceException(String message)
      Creates a new CircularReferenceException.
      Since:
      0.7
    • CircularReferenceException

      public CircularReferenceException(String message, Throwable cause)
      Creates a new CircularReferenceException.
      Since:
      0.7