Groovy Documentation

org.gradle.api
[Java] Class GradleScriptException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.gradle.api.GradleException
                  org.gradle.api.GradleScriptException

@Contextual
public class GradleScriptException
extends GradleException

A GradleScriptException is thrown when an exception occurs in the compilation or execution of a script.


Constructor Summary
GradleScriptException(String message, Throwable cause)

 
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

GradleScriptException

public GradleScriptException(String message, Throwable cause)


 

Gradle API 1.8