Class InvalidUserCodeException

All Implemented Interfaces:
Serializable

public class InvalidUserCodeException extends GradleException
A InvalidUserCodeException is thrown when user-provided code cannot be executed.
See Also:
  • Constructor Details

    • InvalidUserCodeException

      public InvalidUserCodeException()
    • InvalidUserCodeException

      public InvalidUserCodeException(String message)
    • InvalidUserCodeException

      public InvalidUserCodeException(String message, Throwable cause)