Groovy Documentation

org.gradle.api
[Java] Class IllegalOperationAtExecutionTimeException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.gradle.api.GradleException
                  org.gradle.api.InvalidUserDataException
                      org.gradle.api.IllegalOperationAtExecutionTimeException

@Deprecated
public class IllegalOperationAtExecutionTimeException
extends InvalidUserDataException

A IllegalOperationAtExecutionTimeException is thrown if you try to trigger an operation at runtime, which is only allowed at configuration time.

deprecated:
No replacement


Constructor Summary
IllegalOperationAtExecutionTimeException(String message)

 
Method Summary
 
Methods inherited from class RuntimeException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Constructor Detail

IllegalOperationAtExecutionTimeException

public IllegalOperationAtExecutionTimeException(String message)


 

Gradle API 1.8