Class InvalidUserCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
org.gradle.api.InvalidUserCodeException
- All Implemented Interfaces:
Serializable
A
InvalidUserCodeException is thrown when user-provided code cannot be executed.- Since:
- 1.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newInvalidUserCodeException.InvalidUserCodeException(String message) Creates a newInvalidUserCodeException.InvalidUserCodeException(String message, Throwable cause) Creates a newInvalidUserCodeException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidUserCodeException
public InvalidUserCodeException()Creates a newInvalidUserCodeException.- Since:
- 1.4
-
InvalidUserCodeException
-
InvalidUserCodeException
-