Class ObjectInstantiationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.reflect.ObjectInstantiationException
All Implemented Interfaces:
Serializable

@Incubating public class ObjectInstantiationException extends RuntimeException
Thrown when an object cannot be instantiated.
Since:
4.2
See Also:
  • Constructor Details

    • ObjectInstantiationException

      public ObjectInstantiationException(Class<?> targetType, Throwable throwable)