Class InvalidModelException

All Implemented Interfaces:
Serializable

@Incubating @Deprecated public class InvalidModelException extends GradleException
Deprecated.
The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.
Thrown when a component model is declared in an invalid way.
See Also:
  • Constructor Details

    • InvalidModelException

      public InvalidModelException(String message)
      Deprecated.
    • InvalidModelException

      public InvalidModelException(String message, Exception cause)
      Deprecated.