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
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 |
IllegalOperationAtExecutionTimeException
public IllegalOperationAtExecutionTimeException(String message)
-
Gradle API 1.12