api / org.gradle.api.reflect / ObjectInstantiationException

ObjectInstantiationException

@Incubating open class ObjectInstantiationException : RuntimeException

Thrown when an object cannot be instantiated.

Since
4.2

Constructors

<init>

ObjectInstantiationException(targetType: Class<*>, throwable: Throwable)