Class InvalidUserCodeException

  • All Implemented Interfaces:
    Serializable

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

      • InvalidUserCodeException

        public InvalidUserCodeException()
      • InvalidUserCodeException

        public InvalidUserCodeException​(String message)
      • InvalidUserCodeException

        public InvalidUserCodeException​(String message,
                                        Throwable cause)