Class ModelInstantiationException

All Implemented Interfaces:
Serializable

@Incubating @Deprecated public class ModelInstantiationException 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 model element cannot be instantiated for some reason.
See Also:
  • Constructor Details

    • ModelInstantiationException

      public ModelInstantiationException(String message)
      Deprecated.
    • ModelInstantiationException

      public ModelInstantiationException(String message, Throwable cause)
      Deprecated.