org.gradle.api
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
- All Implemented Interfaces:
- java.io.Serializable
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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalOperationAtExecutionTimeException
public IllegalOperationAtExecutionTimeException()
IllegalOperationAtExecutionTimeException
public IllegalOperationAtExecutionTimeException(java.lang.String message)
IllegalOperationAtExecutionTimeException
public IllegalOperationAtExecutionTimeException(java.lang.String message,
java.lang.Throwable cause)
IllegalOperationAtExecutionTimeException
public IllegalOperationAtExecutionTimeException(java.lang.Throwable cause)