org.gradle.api
[Java] Class ProjectConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
org.gradle.api.ProjectConfigurationException
@Contextual
public class ProjectConfigurationException
extends GradleException
Indicates a problem that occurs during project configuration (evaluation) phase.
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 |
ProjectConfigurationException
public ProjectConfigurationException(String message, Throwable cause)
-
Gradle API 1.12