Groovy Documentation

org.gradle.api
[Java] Class InvalidUserCodeException

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

@Contextual
public class InvalidUserCodeException
extends GradleException

A InvalidUserCodeException is thrown when user-provided code cannot be executed.


Constructor Summary
InvalidUserCodeException()

InvalidUserCodeException(String message)

InvalidUserCodeException(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

InvalidUserCodeException

public InvalidUserCodeException()


InvalidUserCodeException

public InvalidUserCodeException(String message)


InvalidUserCodeException

public InvalidUserCodeException(String message, Throwable cause)


 

Gradle API 1.8