Package org.gradle.api.plugins
Class PluginInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
org.gradle.api.plugins.PluginInstantiationException
- All Implemented Interfaces:
Serializable
A
PluginInstantiationException
is thrown when a plugin cannot be instantiated.- See Also:
-
Constructor Summary
ConstructorDescriptionPluginInstantiationException
(String message) PluginInstantiationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginInstantiationException
-
PluginInstantiationException
-